Color Hex Logo

#d276cb Color Hex

#D276CB
(210,118,203)
0 Favorites   0 Comments

Color spaces of #d276cb

RGB 210118203
HSL0.850.510.64
HSV305°44°82°
CMYK 0.000.440.03   0.18
XYZ43.836330.970360.1674
Yxy30.97030.32480.2295
Hunter Lab55.651043.2154-25.1461
CIE-Lab62.482648.0224-28.8061

#d276cb color RGB value is (210,118,203).

#d276cb hex color red value is 210, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d276cb hue: 0.85 , saturation: 0.51 and the lightness value of d276cb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110110 11001011
Octal 322 166 313
Decimal 210 118 203
Hex D2 76 CB

RGB Percentages of Color #d276cb

%39.55
%22.22
%38.23

CMYK Percentages of Color #d276cb

%0
%44
%3
%18

Triadic Colors of #d276cb

#d276cb #cbd276 #76cbd2

Analogous Colors of #d276cb

#d276cb #d2769d #ab76d2

Monochromatic Colors of #d276cb

#d276cb

Complementary Color

#d276cb #76d27d

#d276cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d276cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d276cb Color CSS Codes

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

#d276cb Text Font Color

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

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


#d276cb Background Color

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

This div background color is #d276cb


#d276cb Border Color

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

This div border color is #d276cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d276cb


Comments

No comments written yet.

Please login to write comment.