Color Hex Logo

#c84adc Color Hex

#C84ADC
(200,74,220)
0 Favorites   0 Comments

Color spaces of #c84adc

RGB 20074220
HSL0.810.680.58
HSV292°66°86°
CMYK 0.090.660.00   0.14
XYZ39.186522.344269.9577
Yxy22.34420.29800.1699
Hunter Lab47.269765.2545-54.6587
CIE-Lab54.390368.7303-51.2166

#c84adc color RGB value is (200,74,220).

#c84adc hex color red value is 200, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c84adc hue: 0.81 , saturation: 0.68 and the lightness value of c84adc is 0.58.

The process color (four color CMYK) of #c84adc color hex is 0.09, 0.66, 0.00, 0.14. Web safe color of #c84adc is #cc33cc. Color #c84adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 11011100
Octal 310 112 334
Decimal 200 74 220
Hex C8 4A DC

RGB Percentages of Color #c84adc

%40.49
%14.98
%44.53

CMYK Percentages of Color #c84adc

%9
%66
%0
%14

Triadic Colors of #c84adc

#c84adc #dcc84a #4adcc8

Analogous Colors of #c84adc

#c84adc #dc4aa7 #7f4adc

Monochromatic Colors of #c84adc

#c84adc

Complementary Color

#c84adc #5edc4a

#c84adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84adc Color CSS Codes

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

#c84adc Text Font Color

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

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


#c84adc Background Color

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

This div background color is #c84adc


#c84adc Border Color

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

This div border color is #c84adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,74,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c84adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c84adc;
  -webkit-box-shadow: 1px 1px 3px 2px #c84adc;
  box-shadow:         1px 1px 3px 2px #c84adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,74,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84adc


Comments

No comments written yet.

Please login to write comment.