Color Hex Logo

#c830af Color Hex

#C830AF
(200,48,175)
0 Favorites   0 Comments

Color spaces of #c830af

RGB 20048175
HSL0.860.610.49
HSV310°76°78°
CMYK 0.000.760.13   0.22
XYZ32.614217.488442.2141
Yxy17.48840.35330.1894
Hunter Lab41.819166.0263-30.5766
CIE-Lab48.869670.4364-33.9911

#c830af color RGB value is (200,48,175).

#c830af hex color red value is 200, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c830af hue: 0.86 , saturation: 0.61 and the lightness value of c830af is 0.49.

The process color (four color CMYK) of #c830af color hex is 0.00, 0.76, 0.13, 0.22. Web safe color of #c830af is #cc3399. Color #c830af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 10101111
Octal 310 60 257
Decimal 200 48 175
Hex C8 30 AF

RGB Percentages of Color #c830af

%47.28
%11.35
%41.37

CMYK Percentages of Color #c830af

%0
%76
%13
%22

Triadic Colors of #c830af

#c830af #afc830 #30afc8

Analogous Colors of #c830af

#c830af #c83063 #9530c8

Monochromatic Colors of #c830af

#c830af

Complementary Color

#c830af #30c849

#c830af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830af Color CSS Codes

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

#c830af Text Font Color

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

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


#c830af Background Color

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

This div background color is #c830af


#c830af Border Color

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

This div border color is #c830af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830af


Comments

No comments written yet.

Please login to write comment.