Color Hex Logo

#d135df Color Hex

#D135DF
(209,53,223)
0 Favorites   0 Comments

Color spaces of #d135df

RGB 20953223
HSL0.820.730.54
HSV295°76°87°
CMYK 0.060.760.00   0.13
XYZ40.886921.429271.7933
Yxy21.42920.30490.1598
Hunter Lab46.291776.6488-59.5481
CIE-Lab53.416178.2363-54.3928

#d135df color RGB value is (209,53,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 11011111
Octal 321 65 337
Decimal 209 53 223
Hex D1 35 DF

RGB Percentages of Color #d135df

%43.09
%10.93
%45.98

CMYK Percentages of Color #d135df

%6
%76
%0
%13

Triadic Colors of #d135df

#d135df #dfd135 #35dfd1

Analogous Colors of #d135df

#d135df #df3598 #7c35df

Monochromatic Colors of #d135df

#d135df

Complementary Color

#d135df #43df35

#d135df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d135df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d135df Color CSS Codes

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

#d135df Text Font Color

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

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


#d135df Background Color

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

This div background color is #d135df


#d135df Border Color

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

This div border color is #d135df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d135df


Comments

No comments written yet.

Please login to write comment.