color codes Logo

#c52ceb color codes

#C52CEB
(197,44,235)
0 Favorites   0 Comments

Color spaces of #c52ceb

RGB 19744235
HSL0.800.830.55
HSV288°81°92°
CMYK 0.160.810.00   0.08
XYZ38.922019.669880.3425
Yxy19.66980.28010.1416
Hunter Lab44.350679.0374-76.3601
CIE-Lab51.461880.5140-64.4144

#c52ceb color RGB value is (197,44,235).

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

The process color (four color CMYK) of #c52ceb color code is 0.16, 0.81, 0.00, 0.08. Web safe color of #c52ceb is #cc33ff. Color #c52ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101100 11101011
Octal 305 54 353
Decimal 197 44 235
Hex C5 2C EB

RGB Percentages of Color #c52ceb

%41.39
%9.24
%49.37

CMYK Percentages of Color #c52ceb

%16
%81
%0
%8

Triadic Colors of #c52ceb

#c52ceb #ebc52c #2cebc5

Analogous Colors of #c52ceb

#c52ceb #eb2cb2 #662ceb

Monochromatic Colors of #c52ceb

#c52ceb

Complementary Color

#c52ceb #52eb2c

#c52ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52ceb Color CSS Codes

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

#c52ceb Text Font Color

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

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


#c52ceb Background Color

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

This div background color is #c52ceb


#c52ceb Border Color

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

This div border color is #c52ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52ceb


Comments

No comments written yet.

Please login to write comment.