Color Hex Logo

#de427b Color Hex

#DE427B
(222,66,123)
0 Favorites   0 Comments

Color spaces of #de427b

RGB 22266123
HSL0.940.700.56
HSV338°70°87°
CMYK 0.000.700.45   0.13
XYZ35.647620.856120.8857
Yxy20.85610.46060.2695
Hunter Lab45.668559.41254.8527
CIE-Lab52.791664.06353.2628

#de427b color RGB value is (222,66,123).

#de427b hex color red value is 222, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #de427b hue: 0.94 , saturation: 0.70 and the lightness value of de427b is 0.56.

The process color (four color CMYK) of #de427b color hex is 0.00, 0.70, 0.45, 0.13. Web safe color of #de427b is #cc3366. Color #de427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000010 01111011
Octal 336 102 173
Decimal 222 66 123
Hex DE 42 7B

RGB Percentages of Color #de427b

%54.01
%16.06
%29.93

CMYK Percentages of Color #de427b

%0
%70
%45
%13

Triadic Colors of #de427b

#de427b #7bde42 #427bde

Analogous Colors of #de427b

#de427b #de5742 #de42c9

Monochromatic Colors of #de427b

#de427b

Complementary Color

#de427b #42dea5

#de427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de427b Color CSS Codes

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

#de427b Text Font Color

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

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


#de427b Background Color

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

This div background color is #de427b


#de427b Border Color

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

This div border color is #de427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de427b


Comments

No comments written yet.

Please login to write comment.