Color Hex Logo

#ca6eaf Color Hex

#CA6EAF
(202,110,175)
0 Favorites   0 Comments

Color spaces of #ca6eaf

RGB 202110175
HSL0.880.460.61
HSV318°46°79°
CMYK 0.000.460.13   0.21
XYZ37.670926.803643.7456
Yxy26.80360.34810.2477
Hunter Lab51.772239.2803-13.8573
CIE-Lab58.792144.8963-18.6260

#ca6eaf color RGB value is (202,110,175).

#ca6eaf hex color red value is 202, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ca6eaf hue: 0.88 , saturation: 0.46 and the lightness value of ca6eaf is 0.61.

The process color (four color CMYK) of #ca6eaf color hex is 0.00, 0.46, 0.13, 0.21. Web safe color of #ca6eaf is #cc6699. Color #ca6eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 10101111
Octal 312 156 257
Decimal 202 110 175
Hex CA 6E AF

RGB Percentages of Color #ca6eaf

%41.48
%22.59
%35.93

CMYK Percentages of Color #ca6eaf

%0
%46
%13
%21

Triadic Colors of #ca6eaf

#ca6eaf #afca6e #6eafca

Analogous Colors of #ca6eaf

#ca6eaf #ca6e81 #b76eca

Monochromatic Colors of #ca6eaf

#ca6eaf

Complementary Color

#ca6eaf #6eca89

#ca6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6eaf Color CSS Codes

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

#ca6eaf Text Font Color

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

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


#ca6eaf Background Color

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

This div background color is #ca6eaf


#ca6eaf Border Color

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

This div border color is #ca6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6eaf


Comments

No comments written yet.

Please login to write comment.