Color Hex Logo

#ca79ed Color Hex

#CA79ED
(202,121,237)
0 Favorites   0 Comments

Color spaces of #ca79ed

RGB 202121237
HSL0.780.760.70
HSV282°49°93°
CMYK 0.150.490.00   0.07
XYZ46.480632.345783.9143
Yxy32.34570.28560.1988
Hunter Lab56.873346.3537-47.6688
CIE-Lab63.627650.7035-46.0784

#ca79ed color RGB value is (202,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 11101101
Octal 312 171 355
Decimal 202 121 237
Hex CA 79 ED

RGB Percentages of Color #ca79ed

%36.07
%21.61
%42.32

CMYK Percentages of Color #ca79ed

%15
%49
%0
%7

Triadic Colors of #ca79ed

#ca79ed #edca79 #79edca

Analogous Colors of #ca79ed

#ca79ed #ed79d6 #9079ed

Monochromatic Colors of #ca79ed

#ca79ed

Complementary Color

#ca79ed #9ced79

#ca79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca79ed Color CSS Codes

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

#ca79ed Text Font Color

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

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


#ca79ed Background Color

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

This div background color is #ca79ed


#ca79ed Border Color

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

This div border color is #ca79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca79ed


Comments

No comments written yet.

Please login to write comment.