Color Hex Logo

#ca37ca Color Hex

#CA37CA
(202,55,202)
0 Favorites   0 Comments

Color spaces of #ca37ca

RGB 20255202
HSL0.830.580.50
HSV300°73°79°
CMYK 0.000.730.00   0.21
XYZ36.384019.553257.7336
Yxy19.55320.32010.1720
Hunter Lab44.219069.4890-46.4574
CIE-Lab51.328272.8372-45.7942

#ca37ca color RGB value is (202,55,202).

#ca37ca hex color red value is 202, green value is 55 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ca37ca hue: 0.83 , saturation: 0.58 and the lightness value of ca37ca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 11001010
Octal 312 67 312
Decimal 202 55 202
Hex CA 37 CA

RGB Percentages of Color #ca37ca

%44.01
%11.98
%44.01

CMYK Percentages of Color #ca37ca

%0
%73
%0
%21

Triadic Colors of #ca37ca

#ca37ca #caca37 #37caca

Analogous Colors of #ca37ca

#ca37ca #ca3781 #8137ca

Monochromatic Colors of #ca37ca

#ca37ca

Complementary Color

#ca37ca #37ca37

#ca37ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca37ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca37ca Color CSS Codes

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

#ca37ca Text Font Color

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

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


#ca37ca Background Color

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

This div background color is #ca37ca


#ca37ca Border Color

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

This div border color is #ca37ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,55,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 #ca37ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca37ca


Comments

No comments written yet.

Please login to write comment.