Color Hex Logo

#d42feb Color Hex

#D42FEB
(212,47,235)
0 Favorites   0 Comments

Color spaces of #d42feb

RGB 21247235
HSL0.810.820.55
HSV293°80°92°
CMYK 0.100.800.00   0.08
XYZ43.163322.028280.5742
Yxy22.02820.29610.1511
Hunter Lab46.934282.0236-68.9320
CIE-Lab54.056982.3527-60.1136

#d42feb color RGB value is (212,47,235).

#d42feb hex color red value is 212, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d42feb hue: 0.81 , saturation: 0.82 and the lightness value of d42feb is 0.55.

The process color (four color CMYK) of #d42feb color hex is 0.10, 0.80, 0.00, 0.08. Web safe color of #d42feb is #cc33ff. Color #d42feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 11101011
Octal 324 57 353
Decimal 212 47 235
Hex D4 2F EB

RGB Percentages of Color #d42feb

%42.91
%9.51
%47.57

CMYK Percentages of Color #d42feb

%10
%80
%0
%8

Triadic Colors of #d42feb

#d42feb #ebd42f #2febd4

Analogous Colors of #d42feb

#d42feb #eb2fa4 #762feb

Monochromatic Colors of #d42feb

#d42feb

Complementary Color

#d42feb #46eb2f

#d42feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42feb Color CSS Codes

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

#d42feb Text Font Color

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

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


#d42feb Background Color

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

This div background color is #d42feb


#d42feb Border Color

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

This div border color is #d42feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42feb


Comments

No comments written yet.

Please login to write comment.