Color Hex Logo

#d135de Color Hex

#D135DE
(209,53,222)
0 Favorites   0 Comments

Color spaces of #d135de

RGB 20953222
HSL0.820.720.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.752421.375471.0852
Yxy21.37540.30590.1605
Hunter Lab46.233576.4295-58.7964
CIE-Lab53.357978.0726-53.9188

#d135de color RGB value is (209,53,222).

#d135de hex color red value is 209, green value is 53 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d135de hue: 0.82 , saturation: 0.72 and the lightness value of d135de is 0.54.

The process color (four color CMYK) of #d135de color hex is 0.06, 0.76, 0.00, 0.13. Web safe color of #d135de is #cc33cc. Color #d135de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 11011110
Octal 321 65 336
Decimal 209 53 222
Hex D1 35 DE

RGB Percentages of Color #d135de

%43.18
%10.95
%45.87

CMYK Percentages of Color #d135de

%6
%76
%0
%13

Triadic Colors of #d135de

#d135de #ded135 #35ded1

Analogous Colors of #d135de

#d135de #de3597 #7d35de

Monochromatic Colors of #d135de

#d135de

Complementary Color

#d135de #42de35

#d135de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d135de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d135de Color CSS Codes

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

#d135de Text Font Color

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

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


#d135de Background Color

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

This div background color is #d135de


#d135de Border Color

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

This div border color is #d135de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d135de


Comments

No comments written yet.

Please login to write comment.