Color Hex Logo

#ca6ebe Color Hex

#CA6EBE
(202,110,190)
0 Favorites   0 Comments

Color spaces of #ca6ebe

RGB 202110190
HSL0.860.460.61
HSV308°46°79°
CMYK 0.000.460.06   0.21
XYZ39.227327.426151.9415
Yxy27.42610.33080.2313
Hunter Lab52.369942.0567-22.1460
CIE-Lab59.366747.4096-26.3296

#ca6ebe color RGB value is (202,110,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 10111110
Octal 312 156 276
Decimal 202 110 190
Hex CA 6E BE

RGB Percentages of Color #ca6ebe

%40.24
%21.91
%37.85

CMYK Percentages of Color #ca6ebe

%0
%46
%6
%21

Triadic Colors of #ca6ebe

#ca6ebe #beca6e #6ebeca

Analogous Colors of #ca6ebe

#ca6ebe #ca6e90 #a86eca

Monochromatic Colors of #ca6ebe

#ca6ebe

Complementary Color

#ca6ebe #6eca7a

#ca6ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6ebe Color CSS Codes

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

#ca6ebe Text Font Color

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

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


#ca6ebe Background Color

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

This div background color is #ca6ebe


#ca6ebe Border Color

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

This div border color is #ca6ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6ebe


Comments

No comments written yet.

Please login to write comment.