Color Hex Logo

#ca42be Color Hex

#CA42BE
(202,66,190)
0 Favorites   0 Comments

Color spaces of #ca42be

RGB 20266190
HSL0.850.560.53
HSV305°67°79°
CMYK 0.000.670.06   0.21
XYZ35.599620.170750.7322
Yxy20.17070.33430.1894
Hunter Lab44.911862.8934-35.5355
CIE-Lab52.029767.1860-37.7573

#ca42be color RGB value is (202,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10111110
Octal 312 102 276
Decimal 202 66 190
Hex CA 42 BE

RGB Percentages of Color #ca42be

%44.10
%14.41
%41.48

CMYK Percentages of Color #ca42be

%0
%67
%6
%21

Triadic Colors of #ca42be

#ca42be #beca42 #42beca

Analogous Colors of #ca42be

#ca42be #ca427a #9242ca

Monochromatic Colors of #ca42be

#ca42be

Complementary Color

#ca42be #42ca4e

#ca42be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca42be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca42be Color CSS Codes

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

#ca42be Text Font Color

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

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


#ca42be Background Color

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

This div background color is #ca42be


#ca42be Border Color

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

This div border color is #ca42be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca42be


Comments

No comments written yet.

Please login to write comment.