Color Hex Logo

#d07cdf Color Hex

#D07CDF
(208,124,223)
0 Favorites   0 Comments

Color spaces of #d07cdf

RGB 208124223
HSL0.810.610.68
HSV291°44°87°
CMYK 0.070.440.00   0.13
XYZ46.539433.152973.7583
Yxy33.15290.30330.2160
Hunter Lab57.578643.5149-35.6457
CIE-Lab64.284548.0379-37.2279

#d07cdf color RGB value is (208,124,223).

#d07cdf hex color red value is 208, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d07cdf hue: 0.81 , saturation: 0.61 and the lightness value of d07cdf is 0.68.

The process color (four color CMYK) of #d07cdf color hex is 0.07, 0.44, 0.00, 0.13. Web safe color of #d07cdf is #cc66cc. Color #d07cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111100 11011111
Octal 320 174 337
Decimal 208 124 223
Hex D0 7C DF

RGB Percentages of Color #d07cdf

%37.48
%22.34
%40.18

CMYK Percentages of Color #d07cdf

%7
%44
%0
%13

Triadic Colors of #d07cdf

#d07cdf #dfd07c #7cdfd0

Analogous Colors of #d07cdf

#d07cdf #df7cbd #9f7cdf

Monochromatic Colors of #d07cdf

#d07cdf

Complementary Color

#d07cdf #8bdf7c

#d07cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07cdf Color CSS Codes

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

#d07cdf Text Font Color

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

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


#d07cdf Background Color

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

This div background color is #d07cdf


#d07cdf Border Color

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

This div border color is #d07cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,124,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07cdf


Comments

No comments written yet.

Please login to write comment.