Color Hex Logo

#e275d5 Color Hex

#E275D5
(226,117,213)
0 Favorites   0 Comments

Color spaces of #e275d5

RGB 226117213
HSL0.850.650.67
HSV307°48°89°
CMYK 0.000.480.06   0.11
XYZ49.735633.695466.8333
Yxy33.69540.33100.2242
Hunter Lab58.047751.3562-27.6302
CIE-Lab64.720154.9832-30.7982

#e275d5 color RGB value is (226,117,213).

#e275d5 hex color red value is 226, green value is 117 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e275d5 hue: 0.85 , saturation: 0.65 and the lightness value of e275d5 is 0.67.

The process color (four color CMYK) of #e275d5 color hex is 0.00, 0.48, 0.06, 0.11. Web safe color of #e275d5 is #cc66cc. Color #e275d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 11010101
Octal 342 165 325
Decimal 226 117 213
Hex E2 75 D5

RGB Percentages of Color #e275d5

%40.65
%21.04
%38.31

CMYK Percentages of Color #e275d5

%0
%48
%6
%11

Triadic Colors of #e275d5

#e275d5 #d5e275 #75d5e2

Analogous Colors of #e275d5

#e275d5 #e2759f #b975e2

Monochromatic Colors of #e275d5

#e275d5

Complementary Color

#e275d5 #75e282

#e275d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275d5 Color CSS Codes

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

#e275d5 Text Font Color

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

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


#e275d5 Background Color

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

This div background color is #e275d5


#e275d5 Border Color

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

This div border color is #e275d5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,117,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275d5


Comments

No comments written yet.

Please login to write comment.