Color Hex Logo

#ca6ebf Color Hex

#CA6EBF
(202,110,191)
0 Favorites   0 Comments

Color spaces of #ca6ebf

RGB 202110191
HSL0.850.460.61
HSV307°46°79°
CMYK 0.000.460.05   0.21
XYZ39.337027.470052.5192
Yxy27.47000.32970.2302
Hunter Lab52.411842.2501-22.7232
CIE-Lab59.406947.5831-26.8375

#ca6ebf color RGB value is (202,110,191).

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

The process color (four color CMYK) of #ca6ebf color hex is 0.00, 0.46, 0.05, 0.21. Web safe color of #ca6ebf is #cc66cc. Color #ca6ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 10111111
Octal 312 156 277
Decimal 202 110 191
Hex CA 6E BF

RGB Percentages of Color #ca6ebf

%40.16
%21.87
%37.97

CMYK Percentages of Color #ca6ebf

%0
%46
%5
%21

Triadic Colors of #ca6ebf

#ca6ebf #bfca6e #6ebfca

Analogous Colors of #ca6ebf

#ca6ebf #ca6e91 #a76eca

Monochromatic Colors of #ca6ebf

#ca6ebf

Complementary Color

#ca6ebf #6eca79

#ca6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6ebf Color CSS Codes

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

#ca6ebf Text Font Color

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

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


#ca6ebf Background Color

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

This div background color is #ca6ebf


#ca6ebf Border Color

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

This div border color is #ca6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6ebf


Comments

No comments written yet.

Please login to write comment.