Color Hex Logo

#d075cb Color Hex

#D075CB
(208,117,203)
0 Favorites   0 Comments

Color spaces of #d075cb

RGB 208117203
HSL0.840.490.64
HSV303°44°82°
CMYK 0.000.440.02   0.18
XYZ43.153230.444360.1018
Yxy30.44430.32280.2277
Hunter Lab55.176443.0455-25.9592
CIE-Lab62.035747.9314-29.5169

#d075cb color RGB value is (208,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 11001011
Octal 320 165 313
Decimal 208 117 203
Hex D0 75 CB

RGB Percentages of Color #d075cb

%39.39
%22.16
%38.45

CMYK Percentages of Color #d075cb

%0
%44
%2
%18

Triadic Colors of #d075cb

#d075cb #cbd075 #75cbd0

Analogous Colors of #d075cb

#d075cb #d0759e #a875d0

Monochromatic Colors of #d075cb

#d075cb

Complementary Color

#d075cb #75d07a

#d075cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d075cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d075cb Color CSS Codes

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

#d075cb Text Font Color

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

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


#d075cb Background Color

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

This div background color is #d075cb


#d075cb Border Color

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

This div border color is #d075cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d075cb


Comments

No comments written yet.

Please login to write comment.