Color Hex Logo

#e265ca Color Hex

#E265CA
(226,101,202)
0 Favorites   0 Comments

Color spaces of #e265ca

RGB 226101202
HSL0.870.680.64
HSV312°55°89°
CMYK 0.000.550.11   0.11
XYZ46.678429.740459.1574
Yxy29.74040.34430.2194
Hunter Lab54.534857.3492-26.1414
CIE-Lab61.429660.7356-29.6980

#e265ca color RGB value is (226,101,202).

#e265ca hex color red value is 226, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e265ca hue: 0.87 , saturation: 0.68 and the lightness value of e265ca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100101 11001010
Octal 342 145 312
Decimal 226 101 202
Hex E2 65 CA

RGB Percentages of Color #e265ca

%42.72
%19.09
%38.19

CMYK Percentages of Color #e265ca

%0
%55
%11
%11

Triadic Colors of #e265ca

#e265ca #cae265 #65cae2

Analogous Colors of #e265ca

#e265ca #e2658c #bc65e2

Monochromatic Colors of #e265ca

#e265ca

Complementary Color

#e265ca #65e27d

#e265ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e265ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e265ca Color CSS Codes

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

#e265ca Text Font Color

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

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


#e265ca Background Color

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

This div background color is #e265ca


#e265ca Border Color

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

This div border color is #e265ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e265ca


Comments

No comments written yet.

Please login to write comment.