Color Hex Logo

#e250ca Color Hex

#E250CA
(226,80,202)
0 Favorites   0 Comments

Color spaces of #e250ca

RGB 22680202
HSL0.860.720.60
HSV310°65°89°
CMYK 0.000.650.11   0.11
XYZ44.893426.170358.5624
Yxy26.17030.34630.2019
Hunter Lab51.156967.1203-32.0630
CIE-Lab58.198369.5695-34.7201

#e250ca color RGB value is (226,80,202).

#e250ca hex color red value is 226, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e250ca hue: 0.86 , saturation: 0.72 and the lightness value of e250ca is 0.60.

The process color (four color CMYK) of #e250ca color hex is 0.00, 0.65, 0.11, 0.11. Web safe color of #e250ca is #cc66cc. Color #e250ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 11001010
Octal 342 120 312
Decimal 226 80 202
Hex E2 50 CA

RGB Percentages of Color #e250ca

%44.49
%15.75
%39.76

CMYK Percentages of Color #e250ca

%0
%65
%11
%11

Triadic Colors of #e250ca

#e250ca #cae250 #50cae2

Analogous Colors of #e250ca

#e250ca #e25081 #b150e2

Monochromatic Colors of #e250ca

#e250ca

Complementary Color

#e250ca #50e268

#e250ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e250ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e250ca Color CSS Codes

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

#e250ca Text Font Color

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

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


#e250ca Background Color

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

This div background color is #e250ca


#e250ca Border Color

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

This div border color is #e250ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e250ca


Comments

No comments written yet.

Please login to write comment.