Color Hex Logo

#c08efb Color Hex

#C08EFB
(192,142,251)
0 Favorites   0 Comments

Color spaces of #c08efb

RGB 192142251
HSL0.740.930.77
HSV268°43°98°
CMYK 0.240.430.00   0.02
XYZ48.823837.517595.9351
Yxy37.51750.26790.2058
Hunter Lab61.251535.0928-49.9868
CIE-Lab67.663539.8187-47.4881

#c08efb color RGB value is (192,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11111011
Octal 300 216 373
Decimal 192 142 251
Hex C0 8E FB

RGB Percentages of Color #c08efb

%32.82
%24.27
%42.91

CMYK Percentages of Color #c08efb

%24
%43
%0
%2

Triadic Colors of #c08efb

#c08efb #fbc08e #8efbc0

Analogous Colors of #c08efb

#c08efb #f78efb #8e93fb

Monochromatic Colors of #c08efb

#c08efb

Complementary Color

#c08efb #c9fb8e

#c08efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08efb Color CSS Codes

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

#c08efb Text Font Color

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

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


#c08efb Background Color

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

This div background color is #c08efb


#c08efb Border Color

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

This div border color is #c08efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08efb

Related Colors


Comments

No comments written yet.

Please login to write comment.