Color Hex Logo

#d430ec Color Hex

#D430EC
(212,48,236)
0 Favorites   0 Comments

Color spaces of #d430ec

RGB 21248236
HSL0.810.830.56
HSV292°80°93°
CMYK 0.100.800.00   0.07
XYZ43.348722.167181.3508
Yxy22.16710.29520.1509
Hunter Lab47.081981.9529-69.4872
CIE-Lab54.203982.2688-60.4396

#d430ec color RGB value is (212,48,236).

#d430ec hex color red value is 212, green value is 48 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d430ec hue: 0.81 , saturation: 0.83 and the lightness value of d430ec is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 11101100
Octal 324 60 354
Decimal 212 48 236
Hex D4 30 EC

RGB Percentages of Color #d430ec

%42.74
%9.68
%47.58

CMYK Percentages of Color #d430ec

%10
%80
%0
%7

Triadic Colors of #d430ec

#d430ec #ecd430 #30ecd4

Analogous Colors of #d430ec

#d430ec #ec30a6 #7630ec

Monochromatic Colors of #d430ec

#d430ec

Complementary Color

#d430ec #48ec30

#d430ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d430ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d430ec Color CSS Codes

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

#d430ec Text Font Color

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

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


#d430ec Background Color

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

This div background color is #d430ec


#d430ec Border Color

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

This div border color is #d430ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d430ec


Comments

No comments written yet.

Please login to write comment.