Color Hex Logo

#d45fef Color Hex

#D45FEF
(212,95,239)
0 Favorites   0 Comments

Color spaces of #d45fef

RGB 21295239
HSL0.800.820.65
HSV289°60°94°
CMYK 0.110.600.00   0.06
XYZ46.823628.413584.6778
Yxy28.41350.29280.1777
Hunter Lab53.304363.5155-56.8735
CIE-Lab60.260566.1834-52.4382

#d45fef color RGB value is (212,95,239).

#d45fef hex color red value is 212, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d45fef hue: 0.80 , saturation: 0.82 and the lightness value of d45fef is 0.65.

The process color (four color CMYK) of #d45fef color hex is 0.11, 0.60, 0.00, 0.06. Web safe color of #d45fef is #cc66ff. Color #d45fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011111 11101111
Octal 324 137 357
Decimal 212 95 239
Hex D4 5F EF

RGB Percentages of Color #d45fef

%38.83
%17.40
%43.77

CMYK Percentages of Color #d45fef

%11
%60
%0
%6

Triadic Colors of #d45fef

#d45fef #efd45f #5fefd4

Analogous Colors of #d45fef

#d45fef #ef5fc2 #8c5fef

Monochromatic Colors of #d45fef

#d45fef

Complementary Color

#d45fef #7aef5f

#d45fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45fef Color CSS Codes

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

#d45fef Text Font Color

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

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


#d45fef Background Color

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

This div background color is #d45fef


#d45fef Border Color

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

This div border color is #d45fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,95,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d45fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d45fef;
  -webkit-box-shadow: 1px 1px 3px 2px #d45fef;
  box-shadow:         1px 1px 3px 2px #d45fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,95,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45fef


Comments

No comments written yet.

Please login to write comment.