Color Hex Logo

#c08cff Color Hex

#C08CFF
(192,140,255)
0 Favorites   0 Comments

Color spaces of #c08cff

RGB 192140255
HSL0.741.000.77
HSV267°45°100°
CMYK 0.250.450.00   0.00
XYZ49.166337.182699.1934
Yxy37.18260.26500.2004
Hunter Lab60.977537.2142-53.7640
CIE-Lab67.413841.8291-50.0651

#c08cff color RGB value is (192,140,255).

#c08cff hex color red value is 192, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c08cff hue: 0.74 , saturation: 1.00 and the lightness value of c08cff is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11111111
Octal 300 214 377
Decimal 192 140 255
Hex C0 8C FF

RGB Percentages of Color #c08cff

%32.71
%23.85
%43.44

CMYK Percentages of Color #c08cff

%25
%45
%0
%0

Triadic Colors of #c08cff

#c08cff #ffc08c #8cffc0

Analogous Colors of #c08cff

#c08cff #fa8cff #8c92ff

Monochromatic Colors of #c08cff

#c08cff

Complementary Color

#c08cff #cbff8c

#c08cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cff Color CSS Codes

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

#c08cff Text Font Color

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

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


#c08cff Background Color

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

This div background color is #c08cff


#c08cff Border Color

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

This div border color is #c08cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,140,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cff

Related Colors


Comments

No comments written yet.

Please login to write comment.