Color Hex Logo

#c08ffd Color Hex

#C08FFD
(192,143,253)
0 Favorites   0 Comments

Color spaces of #c08ffd

RGB 192143253
HSL0.740.960.78
HSV267°43°99°
CMYK 0.240.430.00   0.01
XYZ49.290337.943297.6544
Yxy37.94320.26660.2052
Hunter Lab61.598135.0378-50.8767
CIE-Lab67.978739.7312-48.0832

#c08ffd color RGB value is (192,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11111101
Octal 300 217 375
Decimal 192 143 253
Hex C0 8F FD

RGB Percentages of Color #c08ffd

%32.65
%24.32
%43.03

CMYK Percentages of Color #c08ffd

%24
%43
%0
%1

Triadic Colors of #c08ffd

#c08ffd #fdc08f #8ffdc0

Analogous Colors of #c08ffd

#c08ffd #f78ffd #8f95fd

Monochromatic Colors of #c08ffd

#c08ffd

Complementary Color

#c08ffd #ccfd8f

#c08ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ffd Color CSS Codes

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

#c08ffd Text Font Color

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

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


#c08ffd Background Color

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

This div background color is #c08ffd


#c08ffd Border Color

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

This div border color is #c08ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ffd


Comments

No comments written yet.

Please login to write comment.