Color Hex Logo

#cb4bbb Color Hex

#CB4BBB
(203,75,187)
0 Favorites   0 Comments

Color spaces of #cb4bbb

RGB 20375187
HSL0.850.550.55
HSV308°63°80°
CMYK 0.000.630.08   0.20
XYZ36.114321.316549.2248
Yxy21.31650.33860.1999
Hunter Lab46.169858.8267-30.8943
CIE-Lab53.294263.4642-34.0260

#cb4bbb color RGB value is (203,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001011 10111011
Octal 313 113 273
Decimal 203 75 187
Hex CB 4B BB

RGB Percentages of Color #cb4bbb

%43.66
%16.13
%40.22

CMYK Percentages of Color #cb4bbb

%0
%63
%8
%20

Triadic Colors of #cb4bbb

#cb4bbb #bbcb4b #4bbbcb

Analogous Colors of #cb4bbb

#cb4bbb #cb4b7b #9b4bcb

Monochromatic Colors of #cb4bbb

#cb4bbb

Complementary Color

#cb4bbb #4bcb5b

#cb4bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4bbb Color CSS Codes

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

#cb4bbb Text Font Color

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

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


#cb4bbb Background Color

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

This div background color is #cb4bbb


#cb4bbb Border Color

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

This div border color is #cb4bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4bbb


Comments

No comments written yet.

Please login to write comment.