Color Hex Logo

#c08cfa Color Hex

#C08CFA
(192,140,250)
0 Favorites   0 Comments

Color spaces of #c08cfa

RGB 192140250
HSL0.750.920.76
HSV268°44°98°
CMYK 0.230.440.00   0.02
XYZ48.371636.864895.0086
Yxy36.86480.26840.2045
Hunter Lab60.716435.9539-50.2751
CIE-Lab67.175540.6821-47.7103

#c08cfa color RGB value is (192,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11111010
Octal 300 214 372
Decimal 192 140 250
Hex C0 8C FA

RGB Percentages of Color #c08cfa

%32.99
%24.05
%42.96

CMYK Percentages of Color #c08cfa

%23
%44
%0
%2

Triadic Colors of #c08cfa

#c08cfa #fac08c #8cfac0

Analogous Colors of #c08cfa

#c08cfa #f78cfa #8c8ffa

Monochromatic Colors of #c08cfa

#c08cfa

Complementary Color

#c08cfa #c6fa8c

#c08cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cfa Color CSS Codes

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

#c08cfa Text Font Color

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

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


#c08cfa Background Color

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

This div background color is #c08cfa


#c08cfa Border Color

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

This div border color is #c08cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.