Color Hex Logo

#cb93ca Color Hex

#CB93CA
(203,147,202)
0 Favorites   0 Comments

Color spaces of #cb93ca

RGB 203147202
HSL0.840.350.69
HSV301°28°80°
CMYK 0.000.280.00   0.20
XYZ45.723037.828260.7688
Yxy37.82820.31680.2621
Hunter Lab61.504625.0651-15.5274
CIE-Lab67.893830.1626-20.0214

#cb93ca color RGB value is (203,147,202).

#cb93ca hex color red value is 203, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cb93ca hue: 0.84 , saturation: 0.35 and the lightness value of cb93ca is 0.69.

The process color (four color CMYK) of #cb93ca color hex is 0.00, 0.28, 0.00, 0.20. Web safe color of #cb93ca is #cc99cc. Color #cb93ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 11001010
Octal 313 223 312
Decimal 203 147 202
Hex CB 93 CA

RGB Percentages of Color #cb93ca

%36.78
%26.63
%36.59

CMYK Percentages of Color #cb93ca

%0
%28
%0
%20

Triadic Colors of #cb93ca

#cb93ca #cacb93 #93cacb

Analogous Colors of #cb93ca

#cb93ca #cb93ae #b093cb

Monochromatic Colors of #cb93ca

#cb93ca

Complementary Color

#cb93ca #93cb94

#cb93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93ca Color CSS Codes

.mybgcolor {background-color:#cb93ca; } 
.myforecolor {color:#cb93ca; }
.mybordercolor {border:3px solid #cb93ca; }

#cb93ca Text Font Color

<p style="color:#cb93ca">Text here</p>

This sample text font color is #cb93ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb93ca Background Color

<div style="background-color:#cb93ca">
Div content here</div>

This div background color is #cb93ca


#cb93ca Border Color

<div style="border:3px solid #cb93ca">
Div here</div>

This div border color is #cb93ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,147,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb93ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb93ca;
  -webkit-box-shadow: 1px 1px 3px 2px #cb93ca;
  box-shadow:         1px 1px 3px 2px #cb93ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,147,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb93ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb93ca;
  -webkit-box-shadow: 1px 1px 3px 2px #cb93ca;
  box-shadow:         1px 1px 3px 2px #cb93ca;">
Div content here</div>

This div box has shadow with color #cb93ca


Comments

No comments written yet.

Please login to write comment.