Color Hex Logo

#c18cfa Color Hex

#C18CFA
(193,140,250)
0 Favorites   0 Comments

Color spaces of #c18cfa

RGB 193140250
HSL0.750.920.76
HSV269°44°98°
CMYK 0.230.440.00   0.02
XYZ48.625736.995895.0205
Yxy36.99580.26920.2048
Hunter Lab60.824236.2590-50.0469
CIE-Lab67.273940.9557-47.5486

#c18cfa color RGB value is (193,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001100 11111010
Octal 301 214 372
Decimal 193 140 250
Hex C1 8C FA

RGB Percentages of Color #c18cfa

%33.10
%24.01
%42.88

CMYK Percentages of Color #c18cfa

%23
%44
%0
%2

Triadic Colors of #c18cfa

#c18cfa #fac18c #8cfac1

Analogous Colors of #c18cfa

#c18cfa #f88cfa #8c8efa

Monochromatic Colors of #c18cfa

#c18cfa

Complementary Color

#c18cfa #c5fa8c

#c18cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18cfa Color CSS Codes

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

#c18cfa Text Font Color

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

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


#c18cfa Background Color

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

This div background color is #c18cfa


#c18cfa Border Color

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

This div border color is #c18cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,140,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 #c18cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18cfa


Comments

No comments written yet.

Please login to write comment.