Color Hex Logo

#d675eb Color Hex

#D675EB
(214,117,235)
0 Favorites   0 Comments

Color spaces of #d675eb

RGB 214117235
HSL0.800.750.69
HSV289°50°92°
CMYK 0.090.500.00   0.08
XYZ49.088233.016982.3829
Yxy33.01690.29840.2007
Hunter Lab57.460351.9365-44.7839
CIE-Lab64.174655.5786-44.0130

#d675eb color RGB value is (214,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110101 11101011
Octal 326 165 353
Decimal 214 117 235
Hex D6 75 EB

RGB Percentages of Color #d675eb

%37.81
%20.67
%41.52

CMYK Percentages of Color #d675eb

%9
%50
%0
%8

Triadic Colors of #d675eb

#d675eb #ebd675 #75ebd6

Analogous Colors of #d675eb

#d675eb #eb75c5 #9b75eb

Monochromatic Colors of #d675eb

#d675eb

Complementary Color

#d675eb #8aeb75

#d675eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d675eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d675eb Color CSS Codes

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

#d675eb Text Font Color

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

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


#d675eb Background Color

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

This div background color is #d675eb


#d675eb Border Color

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

This div border color is #d675eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,117,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d675eb


Comments

No comments written yet.

Please login to write comment.