Color Hex Logo

#c53ceb Color Hex

#C53CEB
(197,60,235)
0 Favorites   0 Comments

Color spaces of #c53ceb

RGB 19760235
HSL0.800.810.58
HSV287°74°92°
CMYK 0.160.740.00   0.08
XYZ39.637221.100280.5809
Yxy21.10020.28050.1493
Hunter Lab45.935073.6412-71.8544
CIE-Lab53.059075.8901-61.8392

#c53ceb color RGB value is (197,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 11101011
Octal 305 74 353
Decimal 197 60 235
Hex C5 3C EB

RGB Percentages of Color #c53ceb

%40.04
%12.20
%47.76

CMYK Percentages of Color #c53ceb

%16
%74
%0
%8

Triadic Colors of #c53ceb

#c53ceb #ebc53c #3cebc5

Analogous Colors of #c53ceb

#c53ceb #eb3cba #6e3ceb

Monochromatic Colors of #c53ceb

#c53ceb

Complementary Color

#c53ceb #62eb3c

#c53ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53ceb Color CSS Codes

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

#c53ceb Text Font Color

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

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


#c53ceb Background Color

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

This div background color is #c53ceb


#c53ceb Border Color

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

This div border color is #c53ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53ceb


Comments

No comments written yet.

Please login to write comment.