Color Hex Logo

#e423cf Color Hex

#E423CF
(228,35,207)
0 Favorites   0 Comments

Color spaces of #e423cf

RGB 22835207
HSL0.850.780.52
HSV307°85°89°
CMYK 0.000.850.09   0.11
XYZ43.858422.201061.0051
Yxy22.20100.34520.1747
Hunter Lab47.117983.6953-43.7821
CIE-Lab54.239683.6172-43.7762

#e423cf color RGB value is (228,35,207).

#e423cf hex color red value is 228, green value is 35 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e423cf hue: 0.85 , saturation: 0.78 and the lightness value of e423cf is 0.52.

The process color (four color CMYK) of #e423cf color hex is 0.00, 0.85, 0.09, 0.11. Web safe color of #e423cf is #cc33cc. Color #e423cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 11001111
Octal 344 43 317
Decimal 228 35 207
Hex E4 23 CF

RGB Percentages of Color #e423cf

%48.51
%7.45
%44.04

CMYK Percentages of Color #e423cf

%0
%85
%9
%11

Triadic Colors of #e423cf

#e423cf #cfe423 #23cfe4

Analogous Colors of #e423cf

#e423cf #e4236f #9923e4

Monochromatic Colors of #e423cf

#e423cf

Complementary Color

#e423cf #23e438

#e423cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e423cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e423cf Color CSS Codes

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

#e423cf Text Font Color

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

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


#e423cf Background Color

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

This div background color is #e423cf


#e423cf Border Color

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

This div border color is #e423cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e423cf


Comments

No comments written yet.

Please login to write comment.