Color Hex Logo

#c08fff Color Hex

#C08FFF
(192,143,255)
0 Favorites   0 Comments

Color spaces of #c08fff

RGB 192143255
HSL0.741.000.78
HSV266°44°100°
CMYK 0.250.440.00   0.00
XYZ49.610738.071499.3415
Yxy38.07140.26530.2036
Hunter Lab61.702035.5420-52.2667
CIE-Lab68.073240.1925-49.0247

#c08fff color RGB value is (192,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11111111
Octal 300 217 377
Decimal 192 143 255
Hex C0 8F FF

RGB Percentages of Color #c08fff

%32.54
%24.24
%43.22

CMYK Percentages of Color #c08fff

%25
%44
%0
%0

Triadic Colors of #c08fff

#c08fff #ffc08f #8fffc0

Analogous Colors of #c08fff

#c08fff #f88fff #8f96ff

Monochromatic Colors of #c08fff

#c08fff

Complementary Color

#c08fff #ceff8f

#c08fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fff Color CSS Codes

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

#c08fff Text Font Color

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

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


#c08fff Background Color

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

This div background color is #c08fff


#c08fff Border Color

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

This div border color is #c08fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fff


Comments

No comments written yet.

Please login to write comment.