Color Hex Logo

#ca42ba Color Hex

#CA42BA
(202,66,186)
0 Favorites   0 Comments

Color spaces of #ca42ba

RGB 20266186
HSL0.850.560.53
HSV307°67°79°
CMYK 0.000.670.08   0.21
XYZ35.168319.998248.4608
Yxy19.99820.33940.1930
Hunter Lab44.719362.1176-32.9470
CIE-Lab51.835266.5628-35.7432

#ca42ba color RGB value is (202,66,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10111010
Octal 312 102 272
Decimal 202 66 186
Hex CA 42 BA

RGB Percentages of Color #ca42ba

%44.49
%14.54
%40.97

CMYK Percentages of Color #ca42ba

%0
%67
%8
%21

Triadic Colors of #ca42ba

#ca42ba #baca42 #42baca

Analogous Colors of #ca42ba

#ca42ba #ca4276 #9642ca

Monochromatic Colors of #ca42ba

#ca42ba

Complementary Color

#ca42ba #42ca52

#ca42ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca42ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca42ba Color CSS Codes

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

#ca42ba Text Font Color

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

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


#ca42ba Background Color

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

This div background color is #ca42ba


#ca42ba Border Color

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

This div border color is #ca42ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca42ba


Comments

No comments written yet.

Please login to write comment.