Color Hex Logo

#e25ccf Color Hex

#E25CCF
(226,92,207)
0 Favorites   0 Comments

Color spaces of #e25ccf

RGB 22692207
HSL0.860.700.62
HSV309°59°89°
CMYK 0.000.590.08   0.11
XYZ46.453728.328062.0510
Yxy28.32800.33950.2070
Hunter Lab53.224162.6518-31.8661
CIE-Lab60.183965.4709-34.4643

#e25ccf color RGB value is (226,92,207).

#e25ccf hex color red value is 226, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e25ccf hue: 0.86 , saturation: 0.70 and the lightness value of e25ccf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11001111
Octal 342 134 317
Decimal 226 92 207
Hex E2 5C CF

RGB Percentages of Color #e25ccf

%43.05
%17.52
%39.43

CMYK Percentages of Color #e25ccf

%0
%59
%8
%11

Triadic Colors of #e25ccf

#e25ccf #cfe25c #5ccfe2

Analogous Colors of #e25ccf

#e25ccf #e25c8c #b25ce2

Monochromatic Colors of #e25ccf

#e25ccf

Complementary Color

#e25ccf #5ce26f

#e25ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ccf Color CSS Codes

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

#e25ccf Text Font Color

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

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


#e25ccf Background Color

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

This div background color is #e25ccf


#e25ccf Border Color

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

This div border color is #e25ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ccf


Comments

No comments written yet.

Please login to write comment.