Color Hex Logo

#c53eeb Color Hex

#C53EEB
(197,62,235)
0 Favorites   0 Comments

Color spaces of #c53eeb

RGB 19762235
HSL0.800.810.58
HSV287°74°92°
CMYK 0.160.740.00   0.08
XYZ39.744021.313780.6165
Yxy21.31370.28050.1504
Hunter Lab46.166872.8751-71.2156
CIE-Lab53.291175.2247-61.4656

#c53eeb color RGB value is (197,62,235).

#c53eeb hex color red value is 197, green value is 62 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c53eeb hue: 0.80 , saturation: 0.81 and the lightness value of c53eeb is 0.58.

The process color (four color CMYK) of #c53eeb color hex is 0.16, 0.74, 0.00, 0.08. Web safe color of #c53eeb is #cc33ff. Color #c53eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11101011
Octal 305 76 353
Decimal 197 62 235
Hex C5 3E EB

RGB Percentages of Color #c53eeb

%39.88
%12.55
%47.57

CMYK Percentages of Color #c53eeb

%16
%74
%0
%8

Triadic Colors of #c53eeb

#c53eeb #ebc53e #3eebc5

Analogous Colors of #c53eeb

#c53eeb #eb3ebb #6f3eeb

Monochromatic Colors of #c53eeb

#c53eeb

Complementary Color

#c53eeb #64eb3e

#c53eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53eeb Color CSS Codes

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

#c53eeb Text Font Color

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

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


#c53eeb Background Color

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

This div background color is #c53eeb


#c53eeb Border Color

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

This div border color is #c53eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,62,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53eeb


Comments

No comments written yet.

Please login to write comment.