Color Hex Logo

#cb58bb Color Hex

#CB58BB
(203,88,187)
0 Favorites   0 Comments

Color spaces of #cb58bb

RGB 20388187
HSL0.860.530.57
HSV308°57°80°
CMYK 0.000.570.08   0.20
XYZ37.088023.263849.5493
Yxy23.26380.33750.2117
Hunter Lab48.232652.8490-27.1458
CIE-Lab55.343057.8587-30.8300

#cb58bb color RGB value is (203,88,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 10111011
Octal 313 130 273
Decimal 203 88 187
Hex CB 58 BB

RGB Percentages of Color #cb58bb

%42.47
%18.41
%39.12

CMYK Percentages of Color #cb58bb

%0
%57
%8
%20

Triadic Colors of #cb58bb

#cb58bb #bbcb58 #58bbcb

Analogous Colors of #cb58bb

#cb58bb #cb5882 #a258cb

Monochromatic Colors of #cb58bb

#cb58bb

Complementary Color

#cb58bb #58cb68

#cb58bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb58bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb58bb Color CSS Codes

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

#cb58bb Text Font Color

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

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


#cb58bb Background Color

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

This div background color is #cb58bb


#cb58bb Border Color

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

This div border color is #cb58bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,88,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 #cb58bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb58bb


Comments

No comments written yet.

Please login to write comment.