Color Hex Logo

#cb38bb Color Hex

#CB38BB
(203,56,187)
0 Favorites   0 Comments

Color spaces of #cb38bb

RGB 20356187
HSL0.850.590.51
HSV307°72°80°
CMYK 0.000.720.08   0.20
XYZ35.012419.112748.8575
Yxy19.11270.34000.1856
Hunter Lab43.718166.4483-35.6574
CIE-Lab50.818870.4125-37.9111

#cb38bb color RGB value is (203,56,187).

#cb38bb hex color red value is 203, green value is 56 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb38bb hue: 0.85 , saturation: 0.59 and the lightness value of cb38bb is 0.51.

The process color (four color CMYK) of #cb38bb color hex is 0.00, 0.72, 0.08, 0.20. Web safe color of #cb38bb is #cc33cc. Color #cb38bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 10111011
Octal 313 70 273
Decimal 203 56 187
Hex CB 38 BB

RGB Percentages of Color #cb38bb

%45.52
%12.56
%41.93

CMYK Percentages of Color #cb38bb

%0
%72
%8
%20

Triadic Colors of #cb38bb

#cb38bb #bbcb38 #38bbcb

Analogous Colors of #cb38bb

#cb38bb #cb3872 #9238cb

Monochromatic Colors of #cb38bb

#cb38bb

Complementary Color

#cb38bb #38cb48

#cb38bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb38bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb38bb Color CSS Codes

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

#cb38bb Text Font Color

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

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


#cb38bb Background Color

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

This div background color is #cb38bb


#cb38bb Border Color

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

This div border color is #cb38bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb38bb


Comments

No comments written yet.

Please login to write comment.