Color Hex Logo

#cb70bb Color Hex

#CB70BB
(203,112,187)
0 Favorites   0 Comments

Color spaces of #cb70bb

RGB 203112187
HSL0.860.470.62
HSV311°45°80°
CMYK 0.000.450.08   0.20
XYZ39.392427.872750.3175
Yxy27.87270.33500.2370
Hunter Lab52.794640.7962-19.5519
CIE-Lab59.773646.1773-23.9821

#cb70bb color RGB value is (203,112,187).

#cb70bb hex color red value is 203, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb70bb hue: 0.86 , saturation: 0.47 and the lightness value of cb70bb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110000 10111011
Octal 313 160 273
Decimal 203 112 187
Hex CB 70 BB

RGB Percentages of Color #cb70bb

%40.44
%22.31
%37.25

CMYK Percentages of Color #cb70bb

%0
%45
%8
%20

Triadic Colors of #cb70bb

#cb70bb #bbcb70 #70bbcb

Analogous Colors of #cb70bb

#cb70bb #cb708e #ae70cb

Monochromatic Colors of #cb70bb

#cb70bb

Complementary Color

#cb70bb #70cb80

#cb70bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb70bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb70bb Color CSS Codes

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

#cb70bb Text Font Color

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

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


#cb70bb Background Color

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

This div background color is #cb70bb


#cb70bb Border Color

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

This div border color is #cb70bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb70bb


Comments

No comments written yet.

Please login to write comment.