Color Hex Logo

#d675ef Color Hex

#D675EF
(214,117,239)
0 Favorites   0 Comments

Color spaces of #d675ef

RGB 214117239
HSL0.800.790.70
HSV288°51°94°
CMYK 0.100.510.00   0.06
XYZ49.672833.250785.4613
Yxy33.25070.29500.1975
Hunter Lab57.663452.8537-47.5076
CIE-Lab64.363456.3510-45.9297

#d675ef color RGB value is (214,117,239).

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

The process color (four color CMYK) of #d675ef color hex is 0.10, 0.51, 0.00, 0.06. Web safe color of #d675ef is #cc66ff. Color #d675ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110101 11101111
Octal 326 165 357
Decimal 214 117 239
Hex D6 75 EF

RGB Percentages of Color #d675ef

%37.54
%20.53
%41.93

CMYK Percentages of Color #d675ef

%10
%51
%0
%6

Triadic Colors of #d675ef

#d675ef #efd675 #75efd6

Analogous Colors of #d675ef

#d675ef #ef75cb #9975ef

Monochromatic Colors of #d675ef

#d675ef

Complementary Color

#d675ef #8eef75

#d675ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d675ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d675ef Color CSS Codes

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

#d675ef Text Font Color

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

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


#d675ef Background Color

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

This div background color is #d675ef


#d675ef Border Color

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

This div border color is #d675ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d675ef


Comments

No comments written yet.

Please login to write comment.