Color Hex Logo

#ca79dc Color Hex

#CA79DC
(202,121,220)
0 Favorites   0 Comments

Color spaces of #ca79dc

RGB 202121220
HSL0.800.590.67
HSV289°45°86°
CMYK 0.080.450.00   0.14
XYZ44.112831.398671.4457
Yxy31.39860.30020.2137
Hunter Lab56.034542.4628-36.3725
CIE-Lab62.842747.2807-37.8586

#ca79dc color RGB value is (202,121,220).

#ca79dc hex color red value is 202, green value is 121 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca79dc hue: 0.80 , saturation: 0.59 and the lightness value of ca79dc is 0.67.

The process color (four color CMYK) of #ca79dc color hex is 0.08, 0.45, 0.00, 0.14. Web safe color of #ca79dc is #cc66cc. Color #ca79dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 11011100
Octal 312 171 334
Decimal 202 121 220
Hex CA 79 DC

RGB Percentages of Color #ca79dc

%37.20
%22.28
%40.52

CMYK Percentages of Color #ca79dc

%8
%45
%0
%14

Triadic Colors of #ca79dc

#ca79dc #dcca79 #79dcca

Analogous Colors of #ca79dc

#ca79dc #dc79bd #9979dc

Monochromatic Colors of #ca79dc

#ca79dc

Complementary Color

#ca79dc #8bdc79

#ca79dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca79dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca79dc Color CSS Codes

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

#ca79dc Text Font Color

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

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


#ca79dc Background Color

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

This div background color is #ca79dc


#ca79dc Border Color

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

This div border color is #ca79dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca79dc


Comments

No comments written yet.

Please login to write comment.