Color Hex Logo

#ca4aed Color Hex

#CA4AED
(202,74,237)
0 Favorites   0 Comments

Color spaces of #ca4aed

RGB 20274237
HSL0.800.820.61
HSV287°69°93°
CMYK 0.150.690.00   0.07
XYZ42.092023.568582.4515
Yxy23.56850.28420.1591
Hunter Lab48.547469.8067-66.7132
CIE-Lab55.653272.2661-58.7557

#ca4aed color RGB value is (202,74,237).

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

The process color (four color CMYK) of #ca4aed color hex is 0.15, 0.69, 0.00, 0.07. Web safe color of #ca4aed is #cc33ff. Color #ca4aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001010 11101101
Octal 312 112 355
Decimal 202 74 237
Hex CA 4A ED

RGB Percentages of Color #ca4aed

%39.38
%14.42
%46.20

CMYK Percentages of Color #ca4aed

%15
%69
%0
%7

Triadic Colors of #ca4aed

#ca4aed #edca4a #4aedca

Analogous Colors of #ca4aed

#ca4aed #ed4abf #794aed

Monochromatic Colors of #ca4aed

#ca4aed

Complementary Color

#ca4aed #6ded4a

#ca4aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4aed Color CSS Codes

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

#ca4aed Text Font Color

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

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


#ca4aed Background Color

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

This div background color is #ca4aed


#ca4aed Border Color

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

This div border color is #ca4aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4aed


Comments

No comments written yet.

Please login to write comment.