Color Hex Logo

#e165ca Color Hex

#E165CA
(225,101,202)
0 Favorites   0 Comments

Color spaces of #e165ca

RGB 225101202
HSL0.860.670.64
HSV311°55°88°
CMYK 0.000.550.10   0.12
XYZ46.365729.579259.1427
Yxy29.57920.34320.2190
Hunter Lab54.386856.9976-26.4040
CIE-Lab61.289460.4568-29.9261

#e165ca color RGB value is (225,101,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11001010
Octal 341 145 312
Decimal 225 101 202
Hex E1 65 CA

RGB Percentages of Color #e165ca

%42.61
%19.13
%38.26

CMYK Percentages of Color #e165ca

%0
%55
%10
%12

Triadic Colors of #e165ca

#e165ca #cae165 #65cae1

Analogous Colors of #e165ca

#e165ca #e1658c #ba65e1

Monochromatic Colors of #e165ca

#e165ca

Complementary Color

#e165ca #65e17c

#e165ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165ca Color CSS Codes

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

#e165ca Text Font Color

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

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


#e165ca Background Color

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

This div background color is #e165ca


#e165ca Border Color

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

This div border color is #e165ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165ca


Comments

No comments written yet.

Please login to write comment.