Color Hex Logo

#ca4ebe Color Hex

#CA4EBE
(202,78,190)
0 Favorites   0 Comments

Color spaces of #ca4ebe

RGB 20278190
HSL0.850.540.55
HSV306°61°79°
CMYK 0.000.610.06   0.21
XYZ36.375821.723050.9909
Yxy21.72300.33340.1991
Hunter Lab46.607957.7489-32.2400
CIE-Lab53.731962.4495-35.0856

#ca4ebe color RGB value is (202,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001110 10111110
Octal 312 116 276
Decimal 202 78 190
Hex CA 4E BE

RGB Percentages of Color #ca4ebe

%42.98
%16.60
%40.43

CMYK Percentages of Color #ca4ebe

%0
%61
%6
%21

Triadic Colors of #ca4ebe

#ca4ebe #beca4e #4ebeca

Analogous Colors of #ca4ebe

#ca4ebe #ca4e80 #984eca

Monochromatic Colors of #ca4ebe

#ca4ebe

Complementary Color

#ca4ebe #4eca5a

#ca4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4ebe Color CSS Codes

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

#ca4ebe Text Font Color

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

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


#ca4ebe Background Color

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

This div background color is #ca4ebe


#ca4ebe Border Color

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

This div border color is #ca4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4ebe


Comments

No comments written yet.

Please login to write comment.