Color Hex Logo

#d775ec Color Hex

#D775EC
(215,117,236)
0 Favorites   0 Comments

Color spaces of #d775ec

RGB 215117236
HSL0.800.760.69
HSV289°50°93°
CMYK 0.090.500.00   0.07
XYZ49.525933.225883.1598
Yxy33.22580.29850.2003
Hunter Lab57.641852.4941-45.1883
CIE-Lab64.343356.0401-44.2931

#d775ec color RGB value is (215,117,236).

#d775ec hex color red value is 215, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d775ec hue: 0.80 , saturation: 0.76 and the lightness value of d775ec is 0.69.

The process color (four color CMYK) of #d775ec color hex is 0.09, 0.50, 0.00, 0.07. Web safe color of #d775ec is #cc66ff. Color #d775ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 11101100
Octal 327 165 354
Decimal 215 117 236
Hex D7 75 EC

RGB Percentages of Color #d775ec

%37.85
%20.60
%41.55

CMYK Percentages of Color #d775ec

%9
%50
%0
%7

Triadic Colors of #d775ec

#d775ec #ecd775 #75ecd7

Analogous Colors of #d775ec

#d775ec #ec75c6 #9c75ec

Monochromatic Colors of #d775ec

#d775ec

Complementary Color

#d775ec #8aec75

#d775ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d775ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d775ec Color CSS Codes

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

#d775ec Text Font Color

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

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


#d775ec Background Color

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

This div background color is #d775ec


#d775ec Border Color

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

This div border color is #d775ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,117,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 #d775ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d775ec


Comments

No comments written yet.

Please login to write comment.