Color Hex Logo

#ca76ed Color Hex

#CA76ED
(202,118,237)
0 Favorites   0 Comments

Color spaces of #ca76ed

RGB 202118237
HSL0.780.770.70
HSV282°50°93°
CMYK 0.150.500.00   0.07
XYZ46.121631.627883.7947
Yxy31.62780.28550.1958
Hunter Lab56.238647.9713-48.9742
CIE-Lab63.034152.2449-47.0145

#ca76ed color RGB value is (202,118,237).

#ca76ed hex color red value is 202, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca76ed hue: 0.78 , saturation: 0.77 and the lightness value of ca76ed is 0.70.

The process color (four color CMYK) of #ca76ed color hex is 0.15, 0.50, 0.00, 0.07. Web safe color of #ca76ed is #cc66ff. Color #ca76ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 11101101
Octal 312 166 355
Decimal 202 118 237
Hex CA 76 ED

RGB Percentages of Color #ca76ed

%36.27
%21.18
%42.55

CMYK Percentages of Color #ca76ed

%15
%50
%0
%7

Triadic Colors of #ca76ed

#ca76ed #edca76 #76edca

Analogous Colors of #ca76ed

#ca76ed #ed76d5 #8f76ed

Monochromatic Colors of #ca76ed

#ca76ed

Complementary Color

#ca76ed #99ed76

#ca76ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca76ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca76ed Color CSS Codes

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

#ca76ed Text Font Color

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

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


#ca76ed Background Color

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

This div background color is #ca76ed


#ca76ed Border Color

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

This div border color is #ca76ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca76ed

#ca76ed Color Palettes


Comments

No comments written yet.

Please login to write comment.