Color Hex Logo

#c18afa Color Hex

#C18AFA
(193,138,250)
0 Favorites   0 Comments

Color spaces of #c18afa

RGB 193138250
HSL0.750.920.76
HSV269°45°98°
CMYK 0.230.450.00   0.02
XYZ48.336136.416594.9240
Yxy36.41650.26900.2027
Hunter Lab60.346137.3696-51.0205
CIE-Lab66.836942.0436-48.2372

#c18afa color RGB value is (193,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001010 11111010
Octal 301 212 372
Decimal 193 138 250
Hex C1 8A FA

RGB Percentages of Color #c18afa

%33.22
%23.75
%43.03

CMYK Percentages of Color #c18afa

%23
%45
%0
%2

Triadic Colors of #c18afa

#c18afa #fac18a #8afac1

Analogous Colors of #c18afa

#c18afa #f98afa #8a8bfa

Monochromatic Colors of #c18afa

#c18afa

Complementary Color

#c18afa #c3fa8a

#c18afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18afa Color CSS Codes

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

#c18afa Text Font Color

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

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


#c18afa Background Color

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

This div background color is #c18afa


#c18afa Border Color

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

This div border color is #c18afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18afa


Comments

No comments written yet.

Please login to write comment.