Color Hex Logo

#e665da Color Hex

#E665DA
(230,101,218)
0 Favorites   0 Comments

Color spaces of #e665da

RGB 230101218
HSL0.850.720.65
HSV306°56°90°
CMYK 0.000.560.05   0.10
XYZ49.941731.192369.7182
Yxy31.19230.33110.2068
Hunter Lab55.850161.8789-34.9173
CIE-Lab62.669664.3771-36.7447

#e665da color RGB value is (230,101,218).

#e665da hex color red value is 230, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e665da hue: 0.85 , saturation: 0.72 and the lightness value of e665da is 0.65.

The process color (four color CMYK) of #e665da color hex is 0.00, 0.56, 0.05, 0.10. Web safe color of #e665da is #ff66cc. Color #e665da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 11011010
Octal 346 145 332
Decimal 230 101 218
Hex E6 65 DA

RGB Percentages of Color #e665da

%41.89
%18.40
%39.71

CMYK Percentages of Color #e665da

%0
%56
%5
%10

Triadic Colors of #e665da

#e665da #dae665 #65dae6

Analogous Colors of #e665da

#e665da #e6659a #b265e6

Monochromatic Colors of #e665da

#e665da

Complementary Color

#e665da #65e671

#e665da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665da Color CSS Codes

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

#e665da Text Font Color

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

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


#e665da Background Color

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

This div background color is #e665da


#e665da Border Color

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

This div border color is #e665da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665da


Comments

No comments written yet.

Please login to write comment.