Color Hex Logo

#d274bc Color Hex

#D274BC
(210,116,188)
0 Favorites   0 Comments

Color spaces of #d274bc

RGB 210116188
HSL0.870.510.64
HSV314°45°82°
CMYK 0.000.450.10   0.18
XYZ41.900829.823351.1250
Yxy29.82330.34110.2428
Hunter Lab54.610741.3878-17.2781
CIE-Lab61.501546.4799-21.8257

#d274bc color RGB value is (210,116,188).

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

The process color (four color CMYK) of #d274bc color hex is 0.00, 0.45, 0.10, 0.18. Web safe color of #d274bc is #cc66cc. Color #d274bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110100 10111100
Octal 322 164 274
Decimal 210 116 188
Hex D2 74 BC

RGB Percentages of Color #d274bc

%40.86
%22.57
%36.58

CMYK Percentages of Color #d274bc

%0
%45
%10
%18

Triadic Colors of #d274bc

#d274bc #bcd274 #74bcd2

Analogous Colors of #d274bc

#d274bc #d2748d #b974d2

Monochromatic Colors of #d274bc

#d274bc

Complementary Color

#d274bc #74d28a

#d274bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d274bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d274bc Color CSS Codes

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

#d274bc Text Font Color

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

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


#d274bc Background Color

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

This div background color is #d274bc


#d274bc Border Color

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

This div border color is #d274bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,116,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d274bc


Comments

No comments written yet.

Please login to write comment.