Color Hex Logo

#d074ff Color Hex

#D074FF
(208,116,255)
0 Favorites   0 Comments

Color spaces of #d074ff

RGB 208116255
HSL0.781.000.73
HSV280°55°100°
CMYK 0.180.550.00   0.00
XYZ50.307833.120798.3492
Yxy33.12070.27680.1822
Hunter Lab57.550655.3221-61.0363
CIE-Lab64.258558.5119-54.9537

#d074ff color RGB value is (208,116,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110100 11111111
Octal 320 164 377
Decimal 208 116 255
Hex D0 74 FF

RGB Percentages of Color #d074ff

%35.92
%20.03
%44.04

CMYK Percentages of Color #d074ff

%18
%55
%0
%0

Triadic Colors of #d074ff

#d074ff #ffd074 #74ffd0

Analogous Colors of #d074ff

#d074ff #ff74e9 #8b74ff

Monochromatic Colors of #d074ff

#d074ff

Complementary Color

#d074ff #a3ff74

#d074ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d074ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d074ff Color CSS Codes

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

#d074ff Text Font Color

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

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


#d074ff Background Color

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

This div background color is #d074ff


#d074ff Border Color

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

This div border color is #d074ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d074ff

Related Colors


Comments

No comments written yet.

Please login to write comment.