Color Hex Logo

#c185fe Color Hex

#C185FE
(193,133,254)
0 Favorites   0 Comments

Color spaces of #c185fe

RGB 193133254
HSL0.750.980.76
HSV270°48°100°
CMYK 0.240.480.00   0.00
XYZ48.269235.268398.0293
Yxy35.26830.26580.1942
Hunter Lab59.387141.1554-56.2980
CIE-Lab65.957045.6522-51.8154

#c185fe color RGB value is (193,133,254).

#c185fe hex color red value is 193, green value is 133 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c185fe hue: 0.75 , saturation: 0.98 and the lightness value of c185fe is 0.76.

The process color (four color CMYK) of #c185fe color hex is 0.24, 0.48, 0.00, 0.00. Web safe color of #c185fe is #cc99ff. Color #c185fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 11111110
Octal 301 205 376
Decimal 193 133 254
Hex C1 85 FE

RGB Percentages of Color #c185fe

%33.28
%22.93
%43.79

CMYK Percentages of Color #c185fe

%24
%48
%0
%0

Triadic Colors of #c185fe

#c185fe #fec185 #85fec1

Analogous Colors of #c185fe

#c185fe #fe85fe #8586fe

Monochromatic Colors of #c185fe

#c185fe

Complementary Color

#c185fe #c2fe85

#c185fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c185fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c185fe Color CSS Codes

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

#c185fe Text Font Color

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

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


#c185fe Background Color

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

This div background color is #c185fe


#c185fe Border Color

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

This div border color is #c185fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c185fe


Comments

No comments written yet.

Please login to write comment.