Color Hex Logo

#d43cee Color Hex

#D43CEE
(212,60,238)
0 Favorites   0 Comments

Color spaces of #d43cee

RGB 21260238
HSL0.810.840.58
HSV291°75°93°
CMYK 0.110.750.00   0.07
XYZ44.199923.401883.0763
Yxy23.40180.29330.1553
Hunter Lab48.375478.4359-67.9574
CIE-Lab55.483879.2545-59.5069

#d43cee color RGB value is (212,60,238).

#d43cee hex color red value is 212, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d43cee hue: 0.81 , saturation: 0.84 and the lightness value of d43cee is 0.58.

The process color (four color CMYK) of #d43cee color hex is 0.11, 0.75, 0.00, 0.07. Web safe color of #d43cee is #cc33ff. Color #d43cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 11101110
Octal 324 74 356
Decimal 212 60 238
Hex D4 3C EE

RGB Percentages of Color #d43cee

%41.57
%11.76
%46.67

CMYK Percentages of Color #d43cee

%11
%75
%0
%7

Triadic Colors of #d43cee

#d43cee #eed43c #3ceed4

Analogous Colors of #d43cee

#d43cee #ee3caf #7b3cee

Monochromatic Colors of #d43cee

#d43cee

Complementary Color

#d43cee #56ee3c

#d43cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43cee Color CSS Codes

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

#d43cee Text Font Color

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

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


#d43cee Background Color

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

This div background color is #d43cee


#d43cee Border Color

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

This div border color is #d43cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43cee


Comments

No comments written yet.

Please login to write comment.