Color Hex Logo

#d63cca Color Hex

#D63CCA
(214,60,202)
0 Favorites   0 Comments

Color spaces of #d63cca

RGB 21460202
HSL0.850.650.54
HSV305°72°84°
CMYK 0.000.720.06   0.16
XYZ40.008121.792157.9748
Yxy21.79210.33400.1819
Hunter Lab46.682071.2872-40.9554
CIE-Lab53.805773.8330-41.7478

#d63cca color RGB value is (214,60,202).

#d63cca hex color red value is 214, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d63cca hue: 0.85 , saturation: 0.65 and the lightness value of d63cca is 0.54.

The process color (four color CMYK) of #d63cca color hex is 0.00, 0.72, 0.06, 0.16. Web safe color of #d63cca is #cc33cc. Color #d63cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 11001010
Octal 326 74 312
Decimal 214 60 202
Hex D6 3C CA

RGB Percentages of Color #d63cca

%44.96
%12.61
%42.44

CMYK Percentages of Color #d63cca

%0
%72
%6
%16

Triadic Colors of #d63cca

#d63cca #cad63c #3ccad6

Analogous Colors of #d63cca

#d63cca #d63c7d #953cd6

Monochromatic Colors of #d63cca

#d63cca

Complementary Color

#d63cca #3cd648

#d63cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63cca Color CSS Codes

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

#d63cca Text Font Color

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

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


#d63cca Background Color

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

This div background color is #d63cca


#d63cca Border Color

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

This div border color is #d63cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63cca


Comments

No comments written yet.

Please login to write comment.