Color Hex Logo

#cb41cc Color Hex

#CB41CC
(203,65,204)
0 Favorites   0 Comments

Color spaces of #cb41cc

RGB 20365204
HSL0.830.580.53
HSV300°68°80°
CMYK 0.000.680.00   0.20
XYZ37.418020.836759.1765
Yxy20.83670.31860.1774
Hunter Lab45.647266.4376-44.9097
CIE-Lab52.770370.0285-44.6454

#cb41cc color RGB value is (203,65,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000001 11001100
Octal 313 101 314
Decimal 203 65 204
Hex CB 41 CC

RGB Percentages of Color #cb41cc

%43.01
%13.77
%43.22

CMYK Percentages of Color #cb41cc

%0
%68
%0
%20

Triadic Colors of #cb41cc

#cb41cc #cccb41 #41cccb

Analogous Colors of #cb41cc

#cb41cc #cc4188 #8641cc

Monochromatic Colors of #cb41cc

#cb41cc

Complementary Color

#cb41cc #42cc41

#cb41cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb41cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb41cc Color CSS Codes

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

#cb41cc Text Font Color

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

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


#cb41cc Background Color

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

This div background color is #cb41cc


#cb41cc Border Color

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

This div border color is #cb41cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb41cc


Comments

No comments written yet.

Please login to write comment.