Color Hex Logo

#c52cff Color Hex

#C52CFF
(197,44,255)
0 Favorites   0 Comments

Color spaces of #c52cff

RGB 19744255
HSL0.791.000.59
HSV284°83°100°
CMYK 0.230.830.00   0.00
XYZ41.976620.891796.4278
Yxy20.89170.26350.1312
Hunter Lab45.707483.9420-93.0874
CIE-Lab52.830884.0830-73.3894

#c52cff color RGB value is (197,44,255).

#c52cff hex color red value is 197, green value is 44 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c52cff hue: 0.79 , saturation: 1.00 and the lightness value of c52cff is 0.59.

The process color (four color CMYK) of #c52cff color hex is 0.23, 0.83, 0.00, 0.00. Web safe color of #c52cff is #cc33ff. Color #c52cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101100 11111111
Octal 305 54 377
Decimal 197 44 255
Hex C5 2C FF

RGB Percentages of Color #c52cff

%39.72
%8.87
%51.41

CMYK Percentages of Color #c52cff

%23
%83
%0
%0

Triadic Colors of #c52cff

#c52cff #ffc52c #2cffc5

Analogous Colors of #c52cff

#c52cff #ff2cd0 #5b2cff

Monochromatic Colors of #c52cff

#c52cff

Complementary Color

#c52cff #66ff2c

#c52cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52cff Color CSS Codes

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

#c52cff Text Font Color

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

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


#c52cff Background Color

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

This div background color is #c52cff


#c52cff Border Color

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

This div border color is #c52cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52cff


Comments

No comments written yet.

Please login to write comment.