Color Hex Logo

#c182cf Color Hex

#C182CF
(193,130,207)
0 Favorites   0 Comments

Color spaces of #c182cf

RGB 193130207
HSL0.800.450.66
HSV289°37°81°
CMYK 0.070.370.00   0.19
XYZ41.237431.807762.9975
Yxy31.80770.30310.2338
Hunter Lab56.398331.8188-26.7487
CIE-Lab63.183637.2102-30.1313

#c182cf color RGB value is (193,130,207).

#c182cf hex color red value is 193, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c182cf hue: 0.80 , saturation: 0.45 and the lightness value of c182cf is 0.66.

The process color (four color CMYK) of #c182cf color hex is 0.07, 0.37, 0.00, 0.19. Web safe color of #c182cf is #cc99cc. Color #c182cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000010 11001111
Octal 301 202 317
Decimal 193 130 207
Hex C1 82 CF

RGB Percentages of Color #c182cf

%36.42
%24.53
%39.06

CMYK Percentages of Color #c182cf

%7
%37
%0
%19

Triadic Colors of #c182cf

#c182cf #cfc182 #82cfc1

Analogous Colors of #c182cf

#c182cf #cf82b7 #9b82cf

Monochromatic Colors of #c182cf

#c182cf

Complementary Color

#c182cf #90cf82

#c182cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c182cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c182cf Color CSS Codes

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

#c182cf Text Font Color

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

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


#c182cf Background Color

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

This div background color is #c182cf


#c182cf Border Color

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

This div border color is #c182cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,130,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c182cf


Comments

No comments written yet.

Please login to write comment.