Color Hex Logo

#c08ffb Color Hex

#C08FFB
(192,143,251)
0 Favorites   0 Comments

Color spaces of #c08ffb

RGB 192143251
HSL0.740.930.77
HSV267°43°98°
CMYK 0.240.430.00   0.02
XYZ48.973337.816495.9849
Yxy37.81640.26790.2069
Hunter Lab61.495034.5372-49.4966
CIE-Lab67.885139.2719-47.1392

#c08ffb color RGB value is (192,143,251).

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

The process color (four color CMYK) of #c08ffb color hex is 0.24, 0.43, 0.00, 0.02. Web safe color of #c08ffb is #cc99ff. Color #c08ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11111011
Octal 300 217 373
Decimal 192 143 251
Hex C0 8F FB

RGB Percentages of Color #c08ffb

%32.76
%24.40
%42.83

CMYK Percentages of Color #c08ffb

%24
%43
%0
%2

Triadic Colors of #c08ffb

#c08ffb #fbc08f #8ffbc0

Analogous Colors of #c08ffb

#c08ffb #f68ffb #8f94fb

Monochromatic Colors of #c08ffb

#c08ffb

Complementary Color

#c08ffb #cafb8f

#c08ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ffb Color CSS Codes

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

#c08ffb Text Font Color

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

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


#c08ffb Background Color

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

This div background color is #c08ffb


#c08ffb Border Color

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

This div border color is #c08ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ffb


Comments

No comments written yet.

Please login to write comment.