color codes Logo

#d075cc color codes

#D075CC
(208,117,204)
0 Favorites   0 Comments

Color spaces of #d075cc

RGB 208117204
HSL0.840.490.64
HSV303°44°82°
CMYK 0.000.440.02   0.18
XYZ43.272830.492160.7316
Yxy30.49210.32170.2267
Hunter Lab55.219743.2469-26.5545
CIE-Lab62.076548.1102-30.0176

#d075cc color RGB value is (208,117,204).

#d075cc hex color red value is 208, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d075cc hue: 0.84 , saturation: 0.49 and the lightness value of d075cc is 0.64.

The process color (four color CMYK) of #d075cc color code is 0.00, 0.44, 0.02, 0.18. Web safe color of #d075cc is #cc66cc. Color #d075cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 11001100
Octal 320 165 314
Decimal 208 117 204
Hex D0 75 CC

RGB Percentages of Color #d075cc

%39.32
%22.12
%38.56

CMYK Percentages of Color #d075cc

%0
%44
%2
%18

Triadic Colors of #d075cc

#d075cc #ccd075 #75ccd0

Analogous Colors of #d075cc

#d075cc #d0759f #a775d0

Monochromatic Colors of #d075cc

#d075cc

Complementary Color

#d075cc #75d079

#d075cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d075cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d075cc Color CSS Codes

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

#d075cc Text Font Color

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

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


#d075cc Background Color

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

This div background color is #d075cc


#d075cc Border Color

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

This div border color is #d075cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d075cc


Comments

No comments written yet.

Please login to write comment.