Color Hex Logo

#e475cd Color Hex

#E475CD
(228,117,205)
0 Favorites   0 Comments

Color spaces of #e475cd

RGB 228117205
HSL0.870.670.68
HSV312°49°89°
CMYK 0.000.490.10   0.11
XYZ49.375633.624361.6454
Yxy33.62430.34140.2325
Hunter Lab57.986550.5168-22.4407
CIE-Lab64.663354.2537-26.3793

#e475cd color RGB value is (228,117,205).

#e475cd hex color red value is 228, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e475cd hue: 0.87 , saturation: 0.67 and the lightness value of e475cd is 0.68.

The process color (four color CMYK) of #e475cd color hex is 0.00, 0.49, 0.10, 0.11. Web safe color of #e475cd is #cc66cc. Color #e475cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 11001101
Octal 344 165 315
Decimal 228 117 205
Hex E4 75 CD

RGB Percentages of Color #e475cd

%41.45
%21.27
%37.27

CMYK Percentages of Color #e475cd

%0
%49
%10
%11

Triadic Colors of #e475cd

#e475cd #cde475 #75cde4

Analogous Colors of #e475cd

#e475cd #e47596 #c475e4

Monochromatic Colors of #e475cd

#e475cd

Complementary Color

#e475cd #75e48c

#e475cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e475cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e475cd Color CSS Codes

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

#e475cd Text Font Color

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

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


#e475cd Background Color

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

This div background color is #e475cd


#e475cd Border Color

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

This div border color is #e475cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e475cd


Comments

No comments written yet.

Please login to write comment.