Color Hex Logo

#ca37dc Color Hex

#CA37DC
(202,55,220)
0 Favorites   0 Comments

Color spaces of #ca37dc

RGB 20255220
HSL0.820.700.54
HSV293°75°86°
CMYK 0.080.750.00   0.14
XYZ38.641620.456269.6220
Yxy20.45620.30020.1589
Hunter Lab45.228573.3539-59.6074
CIE-Lab52.349175.7956-54.4594

#ca37dc color RGB value is (202,55,220).

#ca37dc hex color red value is 202, green value is 55 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca37dc hue: 0.82 , saturation: 0.70 and the lightness value of ca37dc is 0.54.

The process color (four color CMYK) of #ca37dc color hex is 0.08, 0.75, 0.00, 0.14. Web safe color of #ca37dc is #cc33cc. Color #ca37dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 11011100
Octal 312 67 334
Decimal 202 55 220
Hex CA 37 DC

RGB Percentages of Color #ca37dc

%42.35
%11.53
%46.12

CMYK Percentages of Color #ca37dc

%8
%75
%0
%14

Triadic Colors of #ca37dc

#ca37dc #dcca37 #37dcca

Analogous Colors of #ca37dc

#ca37dc #dc379c #7837dc

Monochromatic Colors of #ca37dc

#ca37dc

Complementary Color

#ca37dc #49dc37

#ca37dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca37dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca37dc Color CSS Codes

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

#ca37dc Text Font Color

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

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


#ca37dc Background Color

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

This div background color is #ca37dc


#ca37dc Border Color

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

This div border color is #ca37dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca37dc


Comments

No comments written yet.

Please login to write comment.