Color Hex Logo

#d07ccd Color Hex

#D07CCD
(208,124,205)
0 Favorites   0 Comments

Color spaces of #d07ccd

RGB 208124205
HSL0.840.470.65
HSV302°40°82°
CMYK 0.000.400.01   0.18
XYZ44.239532.233061.6475
Yxy32.23300.32030.2334
Hunter Lab56.774139.7360-24.6375
CIE-Lab63.535044.6669-28.3264

#d07ccd color RGB value is (208,124,205).

#d07ccd hex color red value is 208, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d07ccd hue: 0.84 , saturation: 0.47 and the lightness value of d07ccd is 0.65.

The process color (four color CMYK) of #d07ccd color hex is 0.00, 0.40, 0.01, 0.18. Web safe color of #d07ccd is #cc66cc. Color #d07ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111100 11001101
Octal 320 174 315
Decimal 208 124 205
Hex D0 7C CD

RGB Percentages of Color #d07ccd

%38.73
%23.09
%38.18

CMYK Percentages of Color #d07ccd

%0
%40
%1
%18

Triadic Colors of #d07ccd

#d07ccd #cdd07c #7ccdd0

Analogous Colors of #d07ccd

#d07ccd #d07ca3 #a97cd0

Monochromatic Colors of #d07ccd

#d07ccd

Complementary Color

#d07ccd #7cd07f

#d07ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07ccd Color CSS Codes

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

#d07ccd Text Font Color

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

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


#d07ccd Background Color

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

This div background color is #d07ccd


#d07ccd Border Color

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

This div border color is #d07ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07ccd


Comments

No comments written yet.

Please login to write comment.