Color Hex Logo

#c182dc Color Hex

#C182DC
(193,130,220)
0 Favorites   0 Comments

Color spaces of #c182dc

RGB 193130220
HSL0.780.560.69
HSV282°41°86°
CMYK 0.120.410.00   0.14
XYZ42.893232.470071.7168
Yxy32.47000.29160.2208
Hunter Lab56.982534.6455-34.7333
CIE-Lab63.729439.8574-36.5492

#c182dc color RGB value is (193,130,220).

#c182dc hex color red value is 193, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c182dc hue: 0.78 , saturation: 0.56 and the lightness value of c182dc is 0.69.

The process color (four color CMYK) of #c182dc color hex is 0.12, 0.41, 0.00, 0.14. Web safe color of #c182dc is #cc99cc. Color #c182dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000010 11011100
Octal 301 202 334
Decimal 193 130 220
Hex C1 82 DC

RGB Percentages of Color #c182dc

%35.54
%23.94
%40.52

CMYK Percentages of Color #c182dc

%12
%41
%0
%14

Triadic Colors of #c182dc

#c182dc #dcc182 #82dcc1

Analogous Colors of #c182dc

#c182dc #dc82ca #9482dc

Monochromatic Colors of #c182dc

#c182dc

Complementary Color

#c182dc #9ddc82

#c182dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c182dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c182dc Color CSS Codes

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

#c182dc Text Font Color

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

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


#c182dc Background Color

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

This div background color is #c182dc


#c182dc Border Color

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

This div border color is #c182dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c182dc


Comments

No comments written yet.

Please login to write comment.