Color Hex Logo

#c01ebc Color Hex

#C01EBC
(192,30,188)
0 Favorites   0 Comments

Color spaces of #c01ebc

RGB 19230188
HSL0.840.730.44
HSV301°84°75°
CMYK 0.000.840.02   0.25
XYZ31.279615.765948.9714
Yxy15.76590.32580.1642
Hunter Lab39.706371.1317-45.3304
CIE-Lab46.665875.0940-45.1903

#c01ebc color RGB value is (192,30,188).

#c01ebc hex color red value is 192, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c01ebc hue: 0.84 , saturation: 0.73 and the lightness value of c01ebc is 0.44.

The process color (four color CMYK) of #c01ebc color hex is 0.00, 0.84, 0.02, 0.25. Web safe color of #c01ebc is #cc33cc. Color #c01ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 10111100
Octal 300 36 274
Decimal 192 30 188
Hex C0 1E BC

RGB Percentages of Color #c01ebc

%46.83
%7.32
%45.85

CMYK Percentages of Color #c01ebc

%0
%84
%2
%25

Triadic Colors of #c01ebc

#c01ebc #bcc01e #1ebcc0

Analogous Colors of #c01ebc

#c01ebc #c01e6b #731ec0

Monochromatic Colors of #c01ebc

#c01ebc

Complementary Color

#c01ebc #1ec022

#c01ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ebc Color CSS Codes

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

#c01ebc Text Font Color

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

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


#c01ebc Background Color

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

This div background color is #c01ebc


#c01ebc Border Color

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

This div border color is #c01ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ebc


Comments

No comments written yet.

Please login to write comment.