Color Hex Logo

#e35dcf Color Hex

#E35DCF
(227,93,207)
0 Favorites   0 Comments

Color spaces of #e35dcf

RGB 22793207
HSL0.860.710.63
HSV309°59°89°
CMYK 0.000.590.09   0.11
XYZ46.855428.664662.0948
Yxy28.66460.34050.2083
Hunter Lab53.539362.5220-31.2869
CIE-Lab60.484565.3073-33.9851

#e35dcf color RGB value is (227,93,207).

#e35dcf hex color red value is 227, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e35dcf hue: 0.86 , saturation: 0.71 and the lightness value of e35dcf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11001111
Octal 343 135 317
Decimal 227 93 207
Hex E3 5D CF

RGB Percentages of Color #e35dcf

%43.07
%17.65
%39.28

CMYK Percentages of Color #e35dcf

%0
%59
%9
%11

Triadic Colors of #e35dcf

#e35dcf #cfe35d #5dcfe3

Analogous Colors of #e35dcf

#e35dcf #e35d8c #b45de3

Monochromatic Colors of #e35dcf

#e35dcf

Complementary Color

#e35dcf #5de371

#e35dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dcf Color CSS Codes

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

#e35dcf Text Font Color

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

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


#e35dcf Background Color

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

This div background color is #e35dcf


#e35dcf Border Color

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

This div border color is #e35dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,93,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e35dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e35dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #e35dcf;
  box-shadow:         1px 1px 3px 2px #e35dcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,93,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dcf


Comments

No comments written yet.

Please login to write comment.