Color Hex Logo

#d377fd Color Hex

#D377FD
(211,119,253)
0 Favorites   0 Comments

Color spaces of #d377fd

RGB 211119253
HSL0.780.970.73
HSV281°53°99°
CMYK 0.170.530.00   0.01
XYZ51.190434.134496.8191
Yxy34.13440.28100.1874
Hunter Lab58.424754.1546-57.3559
CIE-Lab65.069157.3696-52.5483

#d377fd color RGB value is (211,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110111 11111101
Octal 323 167 375
Decimal 211 119 253
Hex D3 77 FD

RGB Percentages of Color #d377fd

%36.19
%20.41
%43.40

CMYK Percentages of Color #d377fd

%17
%53
%0
%1

Triadic Colors of #d377fd

#d377fd #fdd377 #77fdd3

Analogous Colors of #d377fd

#d377fd #fd77e4 #9077fd

Monochromatic Colors of #d377fd

#d377fd

Complementary Color

#d377fd #a1fd77

#d377fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d377fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d377fd Color CSS Codes

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

#d377fd Text Font Color

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

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


#d377fd Background Color

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

This div background color is #d377fd


#d377fd Border Color

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

This div border color is #d377fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d377fd

Related Colors


Comments

No comments written yet.

Please login to write comment.