Color Hex Logo

#ca5ebe Color Hex

#CA5EBE
(202,94,190)
0 Favorites   0 Comments

Color spaces of #ca5ebe

RGB 20294190
HSL0.850.500.58
HSV307°53°79°
CMYK 0.000.530.06   0.21
XYZ37.654124.279751.4171
Yxy24.27970.33220.2142
Hunter Lab49.274450.1743-27.3761
CIE-Lab56.366855.2957-30.9742

#ca5ebe color RGB value is (202,94,190).

#ca5ebe hex color red value is 202, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca5ebe hue: 0.85 , saturation: 0.50 and the lightness value of ca5ebe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 10111110
Octal 312 136 276
Decimal 202 94 190
Hex CA 5E BE

RGB Percentages of Color #ca5ebe

%41.56
%19.34
%39.09

CMYK Percentages of Color #ca5ebe

%0
%53
%6
%21

Triadic Colors of #ca5ebe

#ca5ebe #beca5e #5ebeca

Analogous Colors of #ca5ebe

#ca5ebe #ca5e88 #a05eca

Monochromatic Colors of #ca5ebe

#ca5ebe

Complementary Color

#ca5ebe #5eca6a

#ca5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5ebe Color CSS Codes

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

#ca5ebe Text Font Color

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

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


#ca5ebe Background Color

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

This div background color is #ca5ebe


#ca5ebe Border Color

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

This div border color is #ca5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5ebe


Comments

No comments written yet.

Please login to write comment.