Color Hex Logo

#ca37cb Color Hex

#CA37CB
(202,55,203)
0 Favorites   0 Comments

Color spaces of #ca37cb

RGB 20255203
HSL0.830.590.51
HSV300°73°80°
CMYK 0.000.730.00   0.20
XYZ36.502819.600758.3593
Yxy19.60070.31890.1712
Hunter Lab44.272769.6960-47.1639
CIE-Lab51.382772.9971-46.2830

#ca37cb color RGB value is (202,55,203).

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

The process color (four color CMYK) of #ca37cb color hex is 0.00, 0.73, 0.00, 0.20. Web safe color of #ca37cb is #cc33cc. Color #ca37cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 11001011
Octal 312 67 313
Decimal 202 55 203
Hex CA 37 CB

RGB Percentages of Color #ca37cb

%43.91
%11.96
%44.13

CMYK Percentages of Color #ca37cb

%0
%73
%0
%20

Triadic Colors of #ca37cb

#ca37cb #cbca37 #37cbca

Analogous Colors of #ca37cb

#ca37cb #cb3782 #8037cb

Monochromatic Colors of #ca37cb

#ca37cb

Complementary Color

#ca37cb #38cb37

#ca37cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca37cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca37cb Color CSS Codes

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

#ca37cb Text Font Color

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

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


#ca37cb Background Color

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

This div background color is #ca37cb


#ca37cb Border Color

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

This div border color is #ca37cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca37cb


Comments

No comments written yet.

Please login to write comment.