Color Hex Logo

#ca42b5 Color Hex

#CA42B5
(202,66,181)
0 Favorites   0 Comments

Color spaces of #ca42b5

RGB 20266181
HSL0.860.560.53
HSV309°67°79°
CMYK 0.000.670.10   0.21
XYZ34.645819.789245.7097
Yxy19.78920.34600.1976
Hunter Lab44.485161.1703-29.7827
CIE-Lab51.598065.7984-33.2060

#ca42b5 color RGB value is (202,66,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10110101
Octal 312 102 265
Decimal 202 66 181
Hex CA 42 B5

RGB Percentages of Color #ca42b5

%44.99
%14.70
%40.31

CMYK Percentages of Color #ca42b5

%0
%67
%10
%21

Triadic Colors of #ca42b5

#ca42b5 #b5ca42 #42b5ca

Analogous Colors of #ca42b5

#ca42b5 #ca4271 #9b42ca

Monochromatic Colors of #ca42b5

#ca42b5

Complementary Color

#ca42b5 #42ca57

#ca42b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca42b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca42b5 Color CSS Codes

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

#ca42b5 Text Font Color

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

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


#ca42b5 Background Color

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

This div background color is #ca42b5


#ca42b5 Border Color

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

This div border color is #ca42b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca42b5


Comments

No comments written yet.

Please login to write comment.