color codes Logo

#c84ddc color codes

#C84DDC
(200,77,220)
0 Favorites   0 Comments

Color spaces of #c84ddc

RGB 20077220
HSL0.810.670.58
HSV292°65°86°
CMYK 0.090.650.00   0.14
XYZ39.391622.754470.0260
Yxy22.75440.29800.1722
Hunter Lab47.701663.9262-53.6467
CIE-Lab54.818567.5330-50.5346

#c84ddc color RGB value is (200,77,220).

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

The process color (four color CMYK) of #c84ddc color code is 0.09, 0.65, 0.00, 0.14. Web safe color of #c84ddc is #cc66cc. Color #c84ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001101 11011100
Octal 310 115 334
Decimal 200 77 220
Hex C8 4D DC

RGB Percentages of Color #c84ddc

%40.24
%15.49
%44.27

CMYK Percentages of Color #c84ddc

%9
%65
%0
%14

Triadic Colors of #c84ddc

#c84ddc #dcc84d #4ddcc8

Analogous Colors of #c84ddc

#c84ddc #dc4da9 #814ddc

Monochromatic Colors of #c84ddc

#c84ddc

Complementary Color

#c84ddc #61dc4d

#c84ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84ddc Color CSS Codes

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

#c84ddc Text Font Color

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

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


#c84ddc Background Color

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

This div background color is #c84ddc


#c84ddc Border Color

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

This div border color is #c84ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84ddc


Comments

No comments written yet.

Please login to write comment.