Color Hex Logo

#cb42ca Color Hex

#CB42CA
(203,66,202)
0 Favorites   0 Comments

Color spaces of #cb42ca

RGB 20366202
HSL0.830.570.53
HSV300°67°80°
CMYK 0.000.670.00   0.20
XYZ37.237520.857257.9403
Yxy20.85720.32090.1797
Hunter Lab45.669765.6209-43.2514
CIE-Lab52.792969.3411-43.4620

#cb42ca color RGB value is (203,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 11001010
Octal 313 102 312
Decimal 203 66 202
Hex CB 42 CA

RGB Percentages of Color #cb42ca

%43.10
%14.01
%42.89

CMYK Percentages of Color #cb42ca

%0
%67
%0
%20

Triadic Colors of #cb42ca

#cb42ca #cacb42 #42cacb

Analogous Colors of #cb42ca

#cb42ca #cb4286 #8842cb

Monochromatic Colors of #cb42ca

#cb42ca

Complementary Color

#cb42ca #42cb43

#cb42ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb42ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb42ca Color CSS Codes

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

#cb42ca Text Font Color

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

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


#cb42ca Background Color

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

This div background color is #cb42ca


#cb42ca Border Color

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

This div border color is #cb42ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb42ca


Comments

No comments written yet.

Please login to write comment.