Color Hex Logo

#c093ce Color Hex

#C093CE
(192,147,206)
0 Favorites   0 Comments

Color spaces of #c093ce

RGB 192147206
HSL0.790.380.69
HSV286°29°81°
CMYK 0.070.290.00   0.19
XYZ43.312536.530163.1607
Yxy36.53010.30290.2554
Hunter Lab60.440122.1461-19.6507
CIE-Lab66.923027.3378-23.8279

#c093ce color RGB value is (192,147,206).

#c093ce hex color red value is 192, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c093ce hue: 0.79 , saturation: 0.38 and the lightness value of c093ce is 0.69.

The process color (four color CMYK) of #c093ce color hex is 0.07, 0.29, 0.00, 0.19. Web safe color of #c093ce is #cc99cc. Color #c093ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 11001110
Octal 300 223 316
Decimal 192 147 206
Hex C0 93 CE

RGB Percentages of Color #c093ce

%35.23
%26.97
%37.80

CMYK Percentages of Color #c093ce

%7
%29
%0
%19

Triadic Colors of #c093ce

#c093ce #cec093 #93cec0

Analogous Colors of #c093ce

#c093ce #ce93bf #a393ce

Monochromatic Colors of #c093ce

#c093ce

Complementary Color

#c093ce #a1ce93

#c093ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c093ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c093ce Color CSS Codes

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

#c093ce Text Font Color

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

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


#c093ce Background Color

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

This div background color is #c093ce


#c093ce Border Color

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

This div border color is #c093ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c093ce


Comments

No comments written yet.

Please login to write comment.