Color Hex Logo

#d43cca Color Hex

#D43CCA
(212,60,202)
0 Favorites   0 Comments

Color spaces of #d43cca

RGB 21260202
HSL0.840.640.53
HSV304°72°83°
CMYK 0.000.720.05   0.17
XYZ39.427921.493057.9476
Yxy21.49300.33170.1808
Hunter Lab46.360570.6766-41.6562
CIE-Lab53.484973.3956-42.2756

#d43cca color RGB value is (212,60,202).

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

The process color (four color CMYK) of #d43cca color hex is 0.00, 0.72, 0.05, 0.17. Web safe color of #d43cca is #cc33cc. Color #d43cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111100 11001010
Octal 324 74 312
Decimal 212 60 202
Hex D4 3C CA

RGB Percentages of Color #d43cca

%44.73
%12.66
%42.62

CMYK Percentages of Color #d43cca

%0
%72
%5
%17

Triadic Colors of #d43cca

#d43cca #cad43c #3ccad4

Analogous Colors of #d43cca

#d43cca #d43c7e #923cd4

Monochromatic Colors of #d43cca

#d43cca

Complementary Color

#d43cca #3cd446

#d43cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43cca Color CSS Codes

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

#d43cca Text Font Color

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

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


#d43cca Background Color

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

This div background color is #d43cca


#d43cca Border Color

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

This div border color is #d43cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43cca


Comments

No comments written yet.

Please login to write comment.