Color Hex Logo

#c02ebe Color Hex

#C02EBE
(192,46,190)
0 Favorites   0 Comments

Color spaces of #c02ebe

RGB 19246190
HSL0.840.610.47
HSV301°76°75°
CMYK 0.000.760.01   0.25
XYZ32.009516.878250.2859
Yxy16.87820.32280.1702
Hunter Lab41.083167.1812-43.8131
CIE-Lab48.106271.5501-44.0659

#c02ebe color RGB value is (192,46,190).

#c02ebe hex color red value is 192, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c02ebe hue: 0.84 , saturation: 0.61 and the lightness value of c02ebe is 0.47.

The process color (four color CMYK) of #c02ebe color hex is 0.00, 0.76, 0.01, 0.25. Web safe color of #c02ebe is #cc33cc. Color #c02ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101110 10111110
Octal 300 56 276
Decimal 192 46 190
Hex C0 2E BE

RGB Percentages of Color #c02ebe

%44.86
%10.75
%44.39

CMYK Percentages of Color #c02ebe

%0
%76
%1
%25

Triadic Colors of #c02ebe

#c02ebe #bec02e #2ebec0

Analogous Colors of #c02ebe

#c02ebe #c02e75 #792ec0

Monochromatic Colors of #c02ebe

#c02ebe

Complementary Color

#c02ebe #2ec030

#c02ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02ebe Color CSS Codes

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

#c02ebe Text Font Color

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

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


#c02ebe Background Color

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

This div background color is #c02ebe


#c02ebe Border Color

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

This div border color is #c02ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02ebe


Comments

No comments written yet.

Please login to write comment.