Color Hex Logo

#d075ef Color Hex

#D075EF
(208,117,239)
0 Favorites   0 Comments

Color spaces of #d075ef

RGB 208117239
HSL0.790.790.70
HSV285°51°94°
CMYK 0.130.510.00   0.06
XYZ47.953732.364585.3809
Yxy32.36450.28940.1953
Hunter Lab56.889850.9045-49.1603
CIE-Lab63.643054.7553-47.1139

#d075ef color RGB value is (208,117,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 11101111
Octal 320 165 357
Decimal 208 117 239
Hex D0 75 EF

RGB Percentages of Color #d075ef

%36.88
%20.74
%42.38

CMYK Percentages of Color #d075ef

%13
%51
%0
%6

Triadic Colors of #d075ef

#d075ef #efd075 #75efd0

Analogous Colors of #d075ef

#d075ef #ef75d1 #9375ef

Monochromatic Colors of #d075ef

#d075ef

Complementary Color

#d075ef #94ef75

#d075ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d075ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d075ef Color CSS Codes

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

#d075ef Text Font Color

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

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


#d075ef Background Color

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

This div background color is #d075ef


#d075ef Border Color

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

This div border color is #d075ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d075ef


Comments

No comments written yet.

Please login to write comment.