Color Hex Logo

#c15fbd Color Hex

#C15FBD
(193,95,189)
0 Favorites   0 Comments

Color spaces of #c15fbd

RGB 19395189
HSL0.840.440.56
HSV302°51°76°
CMYK 0.000.510.02   0.24
XYZ35.269823.196050.7625
Yxy23.19600.32290.2124
Hunter Lab48.162246.4339-28.7775
CIE-Lab55.273752.0868-32.1950

#c15fbd color RGB value is (193,95,189).

#c15fbd hex color red value is 193, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c15fbd hue: 0.84 , saturation: 0.44 and the lightness value of c15fbd is 0.56.

The process color (four color CMYK) of #c15fbd color hex is 0.00, 0.51, 0.02, 0.24. Web safe color of #c15fbd is #cc66cc. Color #c15fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 10111101
Octal 301 137 275
Decimal 193 95 189
Hex C1 5F BD

RGB Percentages of Color #c15fbd

%40.46
%19.92
%39.62

CMYK Percentages of Color #c15fbd

%0
%51
%2
%24

Triadic Colors of #c15fbd

#c15fbd #bdc15f #5fbdc1

Analogous Colors of #c15fbd

#c15fbd #c15f8c #945fc1

Monochromatic Colors of #c15fbd

#c15fbd

Complementary Color

#c15fbd #5fc163

#c15fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fbd Color CSS Codes

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

#c15fbd Text Font Color

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

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


#c15fbd Background Color

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

This div background color is #c15fbd


#c15fbd Border Color

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

This div border color is #c15fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fbd


Comments

No comments written yet.

Please login to write comment.