Color Hex Logo

#cb41cb Color Hex

#CB41CB
(203,65,203)
0 Favorites   0 Comments

Color spaces of #cb41cb

RGB 20365203
HSL0.830.570.53
HSV300°68°80°
CMYK 0.000.680.00   0.20
XYZ37.298420.788958.5467
Yxy20.78890.31980.1782
Hunter Lab45.594866.2291-44.2158
CIE-Lab52.717769.8645-44.1550

#cb41cb color RGB value is (203,65,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000001 11001011
Octal 313 101 313
Decimal 203 65 203
Hex CB 41 CB

RGB Percentages of Color #cb41cb

%43.10
%13.80
%43.10

CMYK Percentages of Color #cb41cb

%0
%68
%0
%20

Triadic Colors of #cb41cb

#cb41cb #cbcb41 #41cbcb

Analogous Colors of #cb41cb

#cb41cb #cb4186 #8641cb

Monochromatic Colors of #cb41cb

#cb41cb

Complementary Color

#cb41cb #41cb41

#cb41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb41cb Color CSS Codes

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

#cb41cb Text Font Color

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

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


#cb41cb Background Color

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

This div background color is #cb41cb


#cb41cb Border Color

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

This div border color is #cb41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb41cb


Comments

No comments written yet.

Please login to write comment.