Color Hex Logo

#d43ceb Color Hex

#D43CEB
(212,60,235)
0 Favorites   0 Comments

Color spaces of #d43ceb

RGB 21260235
HSL0.810.810.58
HSV292°74°92°
CMYK 0.100.740.00   0.08
XYZ43.762623.226980.7740
Yxy23.22690.29620.1572
Hunter Lab48.194377.7461-65.6345
CIE-Lab55.305378.7423-58.1107

#d43ceb color RGB value is (212,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 11101011
Octal 324 74 353
Decimal 212 60 235
Hex D4 3C EB

RGB Percentages of Color #d43ceb

%41.81
%11.83
%46.35

CMYK Percentages of Color #d43ceb

%10
%74
%0
%8

Triadic Colors of #d43ceb

#d43ceb #ebd43c #3cebd4

Analogous Colors of #d43ceb

#d43ceb #eb3cab #7d3ceb

Monochromatic Colors of #d43ceb

#d43ceb

Complementary Color

#d43ceb #53eb3c

#d43ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43ceb Color CSS Codes

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

#d43ceb Text Font Color

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

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


#d43ceb Background Color

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

This div background color is #d43ceb


#d43ceb Border Color

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

This div border color is #d43ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43ceb


Comments

No comments written yet.

Please login to write comment.