Color Hex Logo

#e935cf Color Hex

#E935CF
(233,53,207)
0 Favorites   0 Comments

Color spaces of #e935cf

RGB 23353207
HSL0.860.800.56
HSV309°77°91°
CMYK 0.000.770.11   0.09
XYZ46.139924.374861.3045
Yxy24.37480.35000.1849
Hunter Lab49.370880.4196-39.0617
CIE-Lab56.461180.6286-40.2153

#e935cf color RGB value is (233,53,207).

#e935cf hex color red value is 233, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e935cf hue: 0.86 , saturation: 0.80 and the lightness value of e935cf is 0.56.

The process color (four color CMYK) of #e935cf color hex is 0.00, 0.77, 0.11, 0.09. Web safe color of #e935cf is #ff33cc. Color #e935cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110101 11001111
Octal 351 65 317
Decimal 233 53 207
Hex E9 35 CF

RGB Percentages of Color #e935cf

%47.26
%10.75
%41.99

CMYK Percentages of Color #e935cf

%0
%77
%11
%9

Triadic Colors of #e935cf

#e935cf #cfe935 #35cfe9

Analogous Colors of #e935cf

#e935cf #e93575 #a935e9

Monochromatic Colors of #e935cf

#e935cf

Complementary Color

#e935cf #35e94f

#e935cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e935cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e935cf Color CSS Codes

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

#e935cf Text Font Color

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

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


#e935cf Background Color

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

This div background color is #e935cf


#e935cf Border Color

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

This div border color is #e935cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e935cf


Comments

No comments written yet.

Please login to write comment.