Color Hex Logo

#d135ec Color Hex

#D135EC
(209,53,236)
0 Favorites   0 Comments

Color spaces of #d135ec

RGB 20953236
HSL0.810.830.57
HSV291°78°93°
CMYK 0.110.780.00   0.07
XYZ42.707922.157681.3828
Yxy22.15760.29200.1515
Hunter Lab47.071979.5758-69.5565
CIE-Lab54.193880.4062-60.4807

#d135ec color RGB value is (209,53,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110101 11101100
Octal 321 65 354
Decimal 209 53 236
Hex D1 35 EC

RGB Percentages of Color #d135ec

%41.97
%10.64
%47.39

CMYK Percentages of Color #d135ec

%11
%78
%0
%7

Triadic Colors of #d135ec

#d135ec #ecd135 #35ecd1

Analogous Colors of #d135ec

#d135ec #ec35ac #7635ec

Monochromatic Colors of #d135ec

#d135ec

Complementary Color

#d135ec #50ec35

#d135ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d135ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d135ec Color CSS Codes

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

#d135ec Text Font Color

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

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


#d135ec Background Color

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

This div background color is #d135ec


#d135ec Border Color

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

This div border color is #d135ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d135ec


Comments

No comments written yet.

Please login to write comment.