Color Hex Logo

#d274df Color Hex

#D274DF
(210,116,223)
0 Favorites   0 Comments

Color spaces of #d274df

RGB 210116223
HSL0.810.630.66
HSV293°48°87°
CMYK 0.060.480.00   0.13
XYZ46.143031.520173.4640
Yxy31.52010.30530.2086
Hunter Lab56.142848.4570-38.2823
CIE-Lab62.944352.6928-39.3048

#d274df color RGB value is (210,116,223).

#d274df hex color red value is 210, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d274df hue: 0.81 , saturation: 0.63 and the lightness value of d274df is 0.66.

The process color (four color CMYK) of #d274df color hex is 0.06, 0.48, 0.00, 0.13. Web safe color of #d274df is #cc66cc. Color #d274df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110100 11011111
Octal 322 164 337
Decimal 210 116 223
Hex D2 74 DF

RGB Percentages of Color #d274df

%38.25
%21.13
%40.62

CMYK Percentages of Color #d274df

%6
%48
%0
%13

Triadic Colors of #d274df

#d274df #dfd274 #74dfd2

Analogous Colors of #d274df

#d274df #df74b7 #9d74df

Monochromatic Colors of #d274df

#d274df

Complementary Color

#d274df #81df74

#d274df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d274df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d274df Color CSS Codes

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

#d274df Text Font Color

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

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


#d274df Background Color

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

This div background color is #d274df


#d274df Border Color

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

This div border color is #d274df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d274df


Comments

No comments written yet.

Please login to write comment.