Color Hex Logo

#d271cb Color Hex

#D271CB
(210,113,203)
0 Favorites   0 Comments

Color spaces of #d271cb

RGB 210113203
HSL0.850.520.63
HSV304°46°82°
CMYK 0.000.460.03   0.18
XYZ43.263029.823759.9763
Yxy29.82370.32510.2241
Hunter Lab54.611145.8386-26.8871
CIE-Lab61.501850.5583-30.3231

#d271cb color RGB value is (210,113,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 11001011
Octal 322 161 313
Decimal 210 113 203
Hex D2 71 CB

RGB Percentages of Color #d271cb

%39.92
%21.48
%38.59

CMYK Percentages of Color #d271cb

%0
%46
%3
%18

Triadic Colors of #d271cb

#d271cb #cbd271 #71cbd2

Analogous Colors of #d271cb

#d271cb #d2719b #a971d2

Monochromatic Colors of #d271cb

#d271cb

Complementary Color

#d271cb #71d278

#d271cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d271cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d271cb Color CSS Codes

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

#d271cb Text Font Color

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

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


#d271cb Background Color

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

This div background color is #d271cb


#d271cb Border Color

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

This div border color is #d271cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d271cb


Comments

No comments written yet.

Please login to write comment.