Color Hex Logo

#dc75ef Color Hex

#DC75EF
(220,117,239)
0 Favorites   0 Comments

Color spaces of #dc75ef

RGB 220117239
HSL0.810.790.70
HSV291°51°94°
CMYK 0.080.510.00   0.06
XYZ51.456534.170285.5448
Yxy34.17020.30060.1996
Hunter Lab58.455354.8317-45.8476
CIE-Lab65.097457.9511-44.7242

#dc75ef color RGB value is (220,117,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 11101111
Octal 334 165 357
Decimal 220 117 239
Hex DC 75 EF

RGB Percentages of Color #dc75ef

%38.19
%20.31
%41.49

CMYK Percentages of Color #dc75ef

%8
%51
%0
%6

Triadic Colors of #dc75ef

#dc75ef #efdc75 #75efdc

Analogous Colors of #dc75ef

#dc75ef #ef75c5 #9f75ef

Monochromatic Colors of #dc75ef

#dc75ef

Complementary Color

#dc75ef #88ef75

#dc75ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75ef Color CSS Codes

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

#dc75ef Text Font Color

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

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


#dc75ef Background Color

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

This div background color is #dc75ef


#dc75ef Border Color

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

This div border color is #dc75ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75ef


Comments

No comments written yet.

Please login to write comment.