Color Hex Logo

#ca4dea Color Hex

#CA4DEA
(202,77,234)
0 Favorites   0 Comments

Color spaces of #ca4dea

RGB 20277234
HSL0.800.790.61
HSV288°67°92°
CMYK 0.140.670.00   0.08
XYZ41.862323.804880.2303
Yxy23.80480.28690.1632
Hunter Lab48.790267.7715-63.3431
CIE-Lab55.891870.5428-56.6923

#ca4dea color RGB value is (202,77,234).

#ca4dea hex color red value is 202, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca4dea hue: 0.80 , saturation: 0.79 and the lightness value of ca4dea is 0.61.

The process color (four color CMYK) of #ca4dea color hex is 0.14, 0.67, 0.00, 0.08. Web safe color of #ca4dea is #cc66ff. Color #ca4dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001101 11101010
Octal 312 115 352
Decimal 202 77 234
Hex CA 4D EA

RGB Percentages of Color #ca4dea

%39.38
%15.01
%45.61

CMYK Percentages of Color #ca4dea

%14
%67
%0
%8

Triadic Colors of #ca4dea

#ca4dea #eaca4d #4deaca

Analogous Colors of #ca4dea

#ca4dea #ea4dbc #7c4dea

Monochromatic Colors of #ca4dea

#ca4dea

Complementary Color

#ca4dea #6dea4d

#ca4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4dea Color CSS Codes

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

#ca4dea Text Font Color

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

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


#ca4dea Background Color

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

This div background color is #ca4dea


#ca4dea Border Color

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

This div border color is #ca4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4dea


Comments

No comments written yet.

Please login to write comment.