Color Hex Logo

#cb66ba Color Hex

#CB66BA
(203,102,186)
0 Favorites   0 Comments

Color spaces of #cb66ba

RGB 203102186
HSL0.860.490.60
HSV310°50°80°
CMYK 0.000.500.08   0.20
XYZ38.242925.744449.4079
Yxy25.74440.33730.2270
Hunter Lab50.738945.7457-22.2174
CIE-Lab57.793651.0496-26.4583

#cb66ba color RGB value is (203,102,186).

#cb66ba hex color red value is 203, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb66ba hue: 0.86 , saturation: 0.49 and the lightness value of cb66ba is 0.60.

The process color (four color CMYK) of #cb66ba color hex is 0.00, 0.50, 0.08, 0.20. Web safe color of #cb66ba is #cc66cc. Color #cb66ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 10111010
Octal 313 146 272
Decimal 203 102 186
Hex CB 66 BA

RGB Percentages of Color #cb66ba

%41.34
%20.77
%37.88

CMYK Percentages of Color #cb66ba

%0
%50
%8
%20

Triadic Colors of #cb66ba

#cb66ba #bacb66 #66bacb

Analogous Colors of #cb66ba

#cb66ba #cb6688 #aa66cb

Monochromatic Colors of #cb66ba

#cb66ba

Complementary Color

#cb66ba #66cb77

#cb66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb66ba Color CSS Codes

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

#cb66ba Text Font Color

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

This sample text font color is #cb66ba
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.


#cb66ba Background Color

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

This div background color is #cb66ba


#cb66ba Border Color

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

This div border color is #cb66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb66ba


Comments

No comments written yet.

Please login to write comment.