Color Hex Logo

#de255f Color Hex

#DE255F
(222,37,95)
0 Favorites   0 Comments

Color spaces of #de255f

RGB 2223795
HSL0.950.740.51
HSV341°83°87°
CMYK 0.000.830.57   0.13
XYZ32.851317.679012.5074
Yxy17.67900.52110.2805
Hunter Lab42.046465.882711.7957
CIE-Lab49.104470.270515.0268

#de255f color RGB value is (222,37,95).

#de255f hex color red value is 222, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #de255f hue: 0.95 , saturation: 0.74 and the lightness value of de255f is 0.51.

The process color (four color CMYK) of #de255f color hex is 0.00, 0.83, 0.57, 0.13. Web safe color of #de255f is #cc3366. Color #de255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 01011111
Octal 336 45 137
Decimal 222 37 95
Hex DE 25 5F

RGB Percentages of Color #de255f

%62.71
%10.45
%26.84

CMYK Percentages of Color #de255f

%0
%83
%57
%13

Triadic Colors of #de255f

#de255f #5fde25 #255fde

Analogous Colors of #de255f

#de255f #de4725 #de25bc

Monochromatic Colors of #de255f

#de255f

Complementary Color

#de255f #25dea4

#de255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de255f Color CSS Codes

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

#de255f Text Font Color

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

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


#de255f Background Color

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

This div background color is #de255f


#de255f Border Color

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

This div border color is #de255f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,37,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de255f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de255f;
  -webkit-box-shadow: 1px 1px 3px 2px #de255f;
  box-shadow:         1px 1px 3px 2px #de255f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,37,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de255f


Comments

No comments written yet.

Please login to write comment.