Color Hex Logo

#ca79ce Color Hex

#CA79CE
(202,121,206)
0 Favorites   0 Comments

Color spaces of #ca79ce

RGB 202121206
HSL0.830.460.64
HSV297°41°81°
CMYK 0.020.410.00   0.19
XYZ42.335130.687562.0845
Yxy30.68750.31330.2271
Hunter Lab55.396339.4702-27.6709
CIE-Lab62.242944.5941-30.9441

#ca79ce color RGB value is (202,121,206).

#ca79ce hex color red value is 202, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca79ce hue: 0.83 , saturation: 0.46 and the lightness value of ca79ce is 0.64.

The process color (four color CMYK) of #ca79ce color hex is 0.02, 0.41, 0.00, 0.19. Web safe color of #ca79ce is #cc66cc. Color #ca79ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 11001110
Octal 312 171 316
Decimal 202 121 206
Hex CA 79 CE

RGB Percentages of Color #ca79ce

%38.19
%22.87
%38.94

CMYK Percentages of Color #ca79ce

%2
%41
%0
%19

Triadic Colors of #ca79ce

#ca79ce #ceca79 #79ceca

Analogous Colors of #ca79ce

#ca79ce #ce79a8 #a079ce

Monochromatic Colors of #ca79ce

#ca79ce

Complementary Color

#ca79ce #7dce79

#ca79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca79ce Color CSS Codes

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

#ca79ce Text Font Color

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

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


#ca79ce Background Color

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

This div background color is #ca79ce


#ca79ce Border Color

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

This div border color is #ca79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca79ce


Comments

No comments written yet.

Please login to write comment.