Color Hex Logo

#c130ea Color Hex

#C130EA
(193,48,234)
0 Favorites   0 Comments

Color spaces of #c130ea

RGB 19348234
HSL0.800.820.55
HSV287°79°92°
CMYK 0.180.790.00   0.08
XYZ37.900619.391979.5873
Yxy19.39190.27690.1417
Hunter Lab44.036276.5659-76.3303
CIE-Lab51.142678.6132-64.3967

#c130ea color RGB value is (193,48,234).

#c130ea hex color red value is 193, green value is 48 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c130ea hue: 0.80 , saturation: 0.82 and the lightness value of c130ea is 0.55.

The process color (four color CMYK) of #c130ea color hex is 0.18, 0.79, 0.00, 0.08. Web safe color of #c130ea is #cc33ff. Color #c130ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 11101010
Octal 301 60 352
Decimal 193 48 234
Hex C1 30 EA

RGB Percentages of Color #c130ea

%40.63
%10.11
%49.26

CMYK Percentages of Color #c130ea

%18
%79
%0
%8

Triadic Colors of #c130ea

#c130ea #eac130 #30eac1

Analogous Colors of #c130ea

#c130ea #ea30b6 #6430ea

Monochromatic Colors of #c130ea

#c130ea

Complementary Color

#c130ea #59ea30

#c130ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c130ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c130ea Color CSS Codes

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

#c130ea Text Font Color

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

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


#c130ea Background Color

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

This div background color is #c130ea


#c130ea Border Color

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

This div border color is #c130ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,48,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c130ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c130ea;
  -webkit-box-shadow: 1px 1px 3px 2px #c130ea;
  box-shadow:         1px 1px 3px 2px #c130ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,48,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c130ea


Comments

No comments written yet.

Please login to write comment.