Color Hex Logo

#c185df Color Hex

#C185DF
(193,133,223)
0 Favorites   0 Comments

Color spaces of #c185df

RGB 193133223
HSL0.780.580.70
HSV280°40°87°
CMYK 0.130.400.00   0.13
XYZ43.699133.440273.9635
Yxy33.44020.28920.2213
Hunter Lab57.827533.6908-35.3548
CIE-Lab64.515838.8551-36.9920

#c185df color RGB value is (193,133,223).

#c185df hex color red value is 193, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c185df hue: 0.78 , saturation: 0.58 and the lightness value of c185df is 0.70.

The process color (four color CMYK) of #c185df color hex is 0.13, 0.40, 0.00, 0.13. Web safe color of #c185df is #cc99cc. Color #c185df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 11011111
Octal 301 205 337
Decimal 193 133 223
Hex C1 85 DF

RGB Percentages of Color #c185df

%35.15
%24.23
%40.62

CMYK Percentages of Color #c185df

%13
%40
%0
%13

Triadic Colors of #c185df

#c185df #dfc185 #85dfc1

Analogous Colors of #c185df

#c185df #df85d0 #9485df

Monochromatic Colors of #c185df

#c185df

Complementary Color

#c185df #a3df85

#c185df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c185df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c185df Color CSS Codes

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

#c185df Text Font Color

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

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


#c185df Background Color

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

This div background color is #c185df


#c185df Border Color

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

This div border color is #c185df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c185df


Comments

No comments written yet.

Please login to write comment.