Color Hex Logo

#d374ff Color Hex

#D374FF
(211,116,255)
0 Favorites   0 Comments

Color spaces of #d374ff

RGB 211116255
HSL0.781.000.73
HSV281°55°100°
CMYK 0.170.550.00   0.00
XYZ51.159433.559798.3890
Yxy33.55970.27940.1833
Hunter Lab57.930756.2569-60.1460
CIE-Lab64.611659.2596-54.3711

#d374ff color RGB value is (211,116,255).

#d374ff hex color red value is 211, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d374ff hue: 0.78 , saturation: 1.00 and the lightness value of d374ff is 0.73.

The process color (four color CMYK) of #d374ff color hex is 0.17, 0.55, 0.00, 0.00. Web safe color of #d374ff is #cc66ff. Color #d374ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 11111111
Octal 323 164 377
Decimal 211 116 255
Hex D3 74 FF

RGB Percentages of Color #d374ff

%36.25
%19.93
%43.81

CMYK Percentages of Color #d374ff

%17
%55
%0
%0

Triadic Colors of #d374ff

#d374ff #ffd374 #74ffd3

Analogous Colors of #d374ff

#d374ff #ff74e6 #8e74ff

Monochromatic Colors of #d374ff

#d374ff

Complementary Color

#d374ff #a0ff74

#d374ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d374ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d374ff Color CSS Codes

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

#d374ff Text Font Color

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

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


#d374ff Background Color

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

This div background color is #d374ff


#d374ff Border Color

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

This div border color is #d374ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d374ff

Related Colors

#d374ff Color Palettes


Comments

No comments written yet.

Please login to write comment.