Color Hex Logo

#d674f3 Color Hex

#D674F3
(214,116,243)
0 Favorites   0 Comments

Color spaces of #d674f3

RGB 214116243
HSL0.800.840.70
HSV286°52°95°
CMYK 0.120.520.00   0.05
XYZ50.154633.258088.5700
Yxy33.25800.29160.1934
Hunter Lab57.669754.3170-50.6896
CIE-Lab64.369357.6236-48.1299

#d674f3 color RGB value is (214,116,243).

#d674f3 hex color red value is 214, green value is 116 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #d674f3 hue: 0.80 , saturation: 0.84 and the lightness value of d674f3 is 0.70.

The process color (four color CMYK) of #d674f3 color hex is 0.12, 0.52, 0.00, 0.05. Web safe color of #d674f3 is #cc66ff. Color #d674f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110100 11110011
Octal 326 164 363
Decimal 214 116 243
Hex D6 74 F3

RGB Percentages of Color #d674f3

%37.35
%20.24
%42.41

CMYK Percentages of Color #d674f3

%12
%52
%0
%5

Triadic Colors of #d674f3

#d674f3 #f3d674 #74f3d6

Analogous Colors of #d674f3

#d674f3 #f374d1 #9774f3

Monochromatic Colors of #d674f3

#d674f3

Complementary Color

#d674f3 #91f374

#d674f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d674f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d674f3 Color CSS Codes

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

#d674f3 Text Font Color

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

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


#d674f3 Background Color

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

This div background color is #d674f3


#d674f3 Border Color

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

This div border color is #d674f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d674f3

Related Colors


Comments

No comments written yet.

Please login to write comment.