Color Hex Logo

#de309b Color Hex

#DE309B
(222,48,155)
0 Favorites   0 Comments

Color spaces of #de309b

RGB 22248155
HSL0.900.730.53
HSV323°78°87°
CMYK 0.000.780.30   0.13
XYZ37.097520.010132.9174
Yxy20.01010.41210.2223
Hunter Lab44.732769.7508-12.3169
CIE-Lab51.848672.9520-17.2503

#de309b color RGB value is (222,48,155).

#de309b hex color red value is 222, green value is 48 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #de309b hue: 0.90 , saturation: 0.73 and the lightness value of de309b is 0.53.

The process color (four color CMYK) of #de309b color hex is 0.00, 0.78, 0.30, 0.13. Web safe color of #de309b is #cc3399. Color #de309b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110000 10011011
Octal 336 60 233
Decimal 222 48 155
Hex DE 30 9B

RGB Percentages of Color #de309b

%52.24
%11.29
%36.47

CMYK Percentages of Color #de309b

%0
%78
%30
%13

Triadic Colors of #de309b

#de309b #9bde30 #309bde

Analogous Colors of #de309b

#de309b #de3044 #ca30de

Monochromatic Colors of #de309b

#de309b

Complementary Color

#de309b #30de73

#de309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de309b Color CSS Codes

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

#de309b Text Font Color

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

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


#de309b Background Color

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

This div background color is #de309b


#de309b Border Color

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

This div border color is #de309b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de309b


Comments

No comments written yet.

Please login to write comment.