Color Hex Logo

#e662cd Color Hex

#E662CD
(230,98,205)
0 Favorites   0 Comments

Color spaces of #e662cd

RGB 23098205
HSL0.860.730.64
HSV311°57°90°
CMYK 0.000.570.11   0.10
XYZ48.020329.966161.0107
Yxy29.96610.34550.2156
Hunter Lab54.741360.7869-27.7614
CIE-Lab61.625063.6380-31.0479

#e662cd color RGB value is (230,98,205).

#e662cd hex color red value is 230, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e662cd hue: 0.86 , saturation: 0.73 and the lightness value of e662cd is 0.64.

The process color (four color CMYK) of #e662cd color hex is 0.00, 0.57, 0.11, 0.10. Web safe color of #e662cd is #ff66cc. Color #e662cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 11001101
Octal 346 142 315
Decimal 230 98 205
Hex E6 62 CD

RGB Percentages of Color #e662cd

%43.15
%18.39
%38.46

CMYK Percentages of Color #e662cd

%0
%57
%11
%10

Triadic Colors of #e662cd

#e662cd #cde662 #62cde6

Analogous Colors of #e662cd

#e662cd #e6628b #bd62e6

Monochromatic Colors of #e662cd

#e662cd

Complementary Color

#e662cd #62e67b

#e662cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e662cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e662cd Color CSS Codes

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

#e662cd Text Font Color

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

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


#e662cd Background Color

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

This div background color is #e662cd


#e662cd Border Color

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

This div border color is #e662cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,98,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e662cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e662cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e662cd;
  box-shadow:         1px 1px 3px 2px #e662cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,98,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e662cd


Comments

No comments written yet.

Please login to write comment.