Color Hex Logo

#d135ee Color Hex

#D135EE
(209,53,238)
0 Favorites   0 Comments

Color spaces of #d135ee

RGB 20953238
HSL0.810.840.57
HSV291°78°93°
CMYK 0.120.780.00   0.07
XYZ43.000222.274682.9220
Yxy22.27460.29020.1503
Hunter Lab47.196080.0382-71.1337
CIE-Lab54.317280.7463-61.4052

#d135ee color RGB value is (209,53,238).

#d135ee hex color red value is 209, green value is 53 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d135ee hue: 0.81 , saturation: 0.84 and the lightness value of d135ee is 0.57.

The process color (four color CMYK) of #d135ee color hex is 0.12, 0.78, 0.00, 0.07. Web safe color of #d135ee is #cc33ff. Color #d135ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 11101110
Octal 321 65 356
Decimal 209 53 238
Hex D1 35 EE

RGB Percentages of Color #d135ee

%41.80
%10.60
%47.60

CMYK Percentages of Color #d135ee

%12
%78
%0
%7

Triadic Colors of #d135ee

#d135ee #eed135 #35eed1

Analogous Colors of #d135ee

#d135ee #ee35af #7535ee

Monochromatic Colors of #d135ee

#d135ee

Complementary Color

#d135ee #52ee35

#d135ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d135ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d135ee Color CSS Codes

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

#d135ee Text Font Color

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

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


#d135ee Background Color

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

This div background color is #d135ee


#d135ee Border Color

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

This div border color is #d135ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d135ee


Comments

No comments written yet.

Please login to write comment.