Color Hex Logo

#dc07ef Color Hex

#DC07EF
(220,7,239)
0 Favorites   0 Comments

Color spaces of #dc07ef

RGB 2207239
HSL0.820.940.48
HSV295°97°94°
CMYK 0.080.970.00   0.06
XYZ45.171221.599683.4497
Yxy21.59960.30070.1438
Hunter Lab46.475492.1591-73.9265
CIE-Lab53.599690.1933-63.0290

#dc07ef color RGB value is (220,7,239).

#dc07ef hex color red value is 220, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc07ef hue: 0.82 , saturation: 0.94 and the lightness value of dc07ef is 0.48.

The process color (four color CMYK) of #dc07ef color hex is 0.08, 0.97, 0.00, 0.06. Web safe color of #dc07ef is #cc00ff. Color #dc07ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 11101111
Octal 334 7 357
Decimal 220 7 239
Hex DC 7 EF

RGB Percentages of Color #dc07ef

%47.21
%1.50
%51.29

CMYK Percentages of Color #dc07ef

%8
%97
%0
%6

Triadic Colors of #dc07ef

#dc07ef #efdc07 #07efdc

Analogous Colors of #dc07ef

#dc07ef #ef078e #6807ef

Monochromatic Colors of #dc07ef

#dc07ef

Complementary Color

#dc07ef #1aef07

#dc07ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc07ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc07ef Color CSS Codes

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

#dc07ef Text Font Color

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

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


#dc07ef Background Color

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

This div background color is #dc07ef


#dc07ef Border Color

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

This div border color is #dc07ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc07ef


Comments

No comments written yet.

Please login to write comment.