Color Hex Logo

#de30af Color Hex

#DE30AF
(222,48,175)
0 Favorites   0 Comments

Color spaces of #de30af

RGB 22248175
HSL0.880.730.53
HSV316°78°87°
CMYK 0.000.780.21   0.13
XYZ38.919020.738642.5091
Yxy20.73860.38090.2030
Hunter Lab45.539772.8549-23.4666
CIE-Lab52.662275.3303-27.7910

#de30af color RGB value is (222,48,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110000 10101111
Octal 336 60 257
Decimal 222 48 175
Hex DE 30 AF

RGB Percentages of Color #de30af

%49.89
%10.79
%39.33

CMYK Percentages of Color #de30af

%0
%78
%21
%13

Triadic Colors of #de30af

#de30af #afde30 #30afde

Analogous Colors of #de30af

#de30af #de3058 #b630de

Monochromatic Colors of #de30af

#de30af

Complementary Color

#de30af #30de5f

#de30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de30af Color CSS Codes

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

#de30af Text Font Color

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

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


#de30af Background Color

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

This div background color is #de30af


#de30af Border Color

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

This div border color is #de30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de30af


Comments

No comments written yet.

Please login to write comment.