Color Hex Logo

#c51ebe Color Hex

#C51EBE
(197,30,190)
0 Favorites   0 Comments

Color spaces of #c51ebe

RGB 19730190
HSL0.840.740.45
HSV303°85°77°
CMYK 0.000.850.04   0.23
XYZ32.784516.516650.1753
Yxy16.51660.32960.1660
Hunter Lab40.640672.8736-44.7516
CIE-Lab47.645176.3228-44.7475

#c51ebe color RGB value is (197,30,190).

#c51ebe hex color red value is 197, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c51ebe hue: 0.84 , saturation: 0.74 and the lightness value of c51ebe is 0.45.

The process color (four color CMYK) of #c51ebe color hex is 0.00, 0.85, 0.04, 0.23. Web safe color of #c51ebe is #cc33cc. Color #c51ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011110 10111110
Octal 305 36 276
Decimal 197 30 190
Hex C5 1E BE

RGB Percentages of Color #c51ebe

%47.24
%7.19
%45.56

CMYK Percentages of Color #c51ebe

%0
%85
%4
%23

Triadic Colors of #c51ebe

#c51ebe #bec51e #1ebec5

Analogous Colors of #c51ebe

#c51ebe #c51e6b #791ec5

Monochromatic Colors of #c51ebe

#c51ebe

Complementary Color

#c51ebe #1ec525

#c51ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51ebe Color CSS Codes

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

#c51ebe Text Font Color

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

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


#c51ebe Background Color

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

This div background color is #c51ebe


#c51ebe Border Color

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

This div border color is #c51ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,30,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 #c51ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51ebe


Comments

No comments written yet.

Please login to write comment.