Color Hex Logo

#c09dfc Color Hex

#C09DFC
(192,157,252)
0 Favorites   0 Comments

Color spaces of #c09dfc

RGB 192157252
HSL0.730.940.80
HSV262°38°99°
CMYK 0.240.380.00   0.01
XYZ51.365942.348797.5623
Yxy42.34870.26850.2214
Hunter Lab65.075927.0114-43.3349
CIE-Lab71.110731.7927-42.6226

#c09dfc color RGB value is (192,157,252).

#c09dfc hex color red value is 192, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c09dfc hue: 0.73 , saturation: 0.94 and the lightness value of c09dfc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11111100
Octal 300 235 374
Decimal 192 157 252
Hex C0 9D FC

RGB Percentages of Color #c09dfc

%31.95
%26.12
%41.93

CMYK Percentages of Color #c09dfc

%24
%38
%0
%1

Triadic Colors of #c09dfc

#c09dfc #fcc09d #9dfcc0

Analogous Colors of #c09dfc

#c09dfc #f09dfc #9daafc

Monochromatic Colors of #c09dfc

#c09dfc

Complementary Color

#c09dfc #d9fc9d

#c09dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09dfc Color CSS Codes

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

#c09dfc Text Font Color

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

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


#c09dfc Background Color

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

This div background color is #c09dfc


#c09dfc Border Color

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

This div border color is #c09dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09dfc


Comments

No comments written yet.

Please login to write comment.