Color Hex Logo

#cb14cb Color Hex

#CB14CB
(203,20,203)
0 Favorites   0 Comments

Color spaces of #cb14cb

RGB 20320203
HSL0.830.820.44
HSV300°90°80°
CMYK 0.000.900.00   0.20
XYZ35.658217.508658.0000
Yxy17.50860.32080.1575
Hunter Lab41.843378.8892-52.8930
CIE-Lab48.894680.8969-50.2388

#cb14cb color RGB value is (203,20,203).

#cb14cb hex color red value is 203, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cb14cb hue: 0.83 , saturation: 0.82 and the lightness value of cb14cb is 0.44.

The process color (four color CMYK) of #cb14cb color hex is 0.00, 0.90, 0.00, 0.20. Web safe color of #cb14cb is #cc00cc. Color #cb14cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010100 11001011
Octal 313 24 313
Decimal 203 20 203
Hex CB 14 CB

RGB Percentages of Color #cb14cb

%47.65
%4.69
%47.65

CMYK Percentages of Color #cb14cb

%0
%90
%0
%20

Triadic Colors of #cb14cb

#cb14cb #cbcb14 #14cbcb

Analogous Colors of #cb14cb

#cb14cb #cb1470 #7014cb

Monochromatic Colors of #cb14cb

#cb14cb

Complementary Color

#cb14cb #14cb14

#cb14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb14cb Color CSS Codes

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

#cb14cb Text Font Color

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

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


#cb14cb Background Color

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

This div background color is #cb14cb


#cb14cb Border Color

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

This div border color is #cb14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb14cb


Comments

No comments written yet.

Please login to write comment.