Color Hex Logo

#d634ef Color Hex

#D634EF
(214,52,239)
0 Favorites   0 Comments

Color spaces of #d634ef

RGB 21452239
HSL0.810.850.57
HSV292°78°94°
CMYK 0.100.780.00   0.06
XYZ44.539522.984183.7502
Yxy22.98410.29440.1519
Hunter Lab47.941781.9345-70.0155
CIE-Lab55.056082.0883-60.7375

#d634ef color RGB value is (214,52,239).

#d634ef hex color red value is 214, green value is 52 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d634ef hue: 0.81 , saturation: 0.85 and the lightness value of d634ef is 0.57.

The process color (four color CMYK) of #d634ef color hex is 0.10, 0.78, 0.00, 0.06. Web safe color of #d634ef is #cc33ff. Color #d634ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 11101111
Octal 326 64 357
Decimal 214 52 239
Hex D6 34 EF

RGB Percentages of Color #d634ef

%42.38
%10.30
%47.33

CMYK Percentages of Color #d634ef

%10
%78
%0
%6

Triadic Colors of #d634ef

#d634ef #efd634 #34efd6

Analogous Colors of #d634ef

#d634ef #ef34ab #7934ef

Monochromatic Colors of #d634ef

#d634ef

Complementary Color

#d634ef #4def34

#d634ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d634ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d634ef Color CSS Codes

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

#d634ef Text Font Color

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

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


#d634ef Background Color

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

This div background color is #d634ef


#d634ef Border Color

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

This div border color is #d634ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d634ef


Comments

No comments written yet.

Please login to write comment.