Color Hex Logo

#c187fa Color Hex

#C187FA
(193,135,250)
0 Favorites   0 Comments

Color spaces of #c187fa

RGB 193135250
HSL0.750.920.75
HSV270°46°98°
CMYK 0.230.460.00   0.02
XYZ47.911635.567594.7825
Yxy35.56750.26880.1995
Hunter Lab59.638539.0336-52.4817
CIE-Lab66.188143.6684-49.2608

#c187fa color RGB value is (193,135,250).

#c187fa hex color red value is 193, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c187fa hue: 0.75 , saturation: 0.92 and the lightness value of c187fa is 0.75.

The process color (four color CMYK) of #c187fa color hex is 0.23, 0.46, 0.00, 0.02. Web safe color of #c187fa is #cc99ff. Color #c187fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 11111010
Octal 301 207 372
Decimal 193 135 250
Hex C1 87 FA

RGB Percentages of Color #c187fa

%33.39
%23.36
%43.25

CMYK Percentages of Color #c187fa

%23
%46
%0
%2

Triadic Colors of #c187fa

#c187fa #fac187 #87fac1

Analogous Colors of #c187fa

#c187fa #fa87fa #8887fa

Monochromatic Colors of #c187fa

#c187fa

Complementary Color

#c187fa #c0fa87

#c187fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187fa Color CSS Codes

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

#c187fa Text Font Color

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

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


#c187fa Background Color

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

This div background color is #c187fa


#c187fa Border Color

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

This div border color is #c187fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187fa


Comments

No comments written yet.

Please login to write comment.