Color Hex Logo

#c52edb Color Hex

#C52EDB
(197,46,219)
0 Favorites   0 Comments

Color spaces of #c52edb

RGB 19746219
HSL0.810.710.52
HSV292°79°86°
CMYK 0.100.790.00   0.14
XYZ36.789118.938868.7344
Yxy18.93880.29560.1522
Hunter Lab43.518774.7394-63.1808
CIE-Lab50.615577.2517-56.7130

#c52edb color RGB value is (197,46,219).

#c52edb hex color red value is 197, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c52edb hue: 0.81 , saturation: 0.71 and the lightness value of c52edb is 0.52.

The process color (four color CMYK) of #c52edb color hex is 0.10, 0.79, 0.00, 0.14. Web safe color of #c52edb is #cc33cc. Color #c52edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101110 11011011
Octal 305 56 333
Decimal 197 46 219
Hex C5 2E DB

RGB Percentages of Color #c52edb

%42.64
%9.96
%47.40

CMYK Percentages of Color #c52edb

%10
%79
%0
%14

Triadic Colors of #c52edb

#c52edb #dbc52e #2edbc5

Analogous Colors of #c52edb

#c52edb #db2e9b #6f2edb

Monochromatic Colors of #c52edb

#c52edb

Complementary Color

#c52edb #44db2e

#c52edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52edb Color CSS Codes

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

#c52edb Text Font Color

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

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


#c52edb Background Color

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

This div background color is #c52edb


#c52edb Border Color

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

This div border color is #c52edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52edb


Comments

No comments written yet.

Please login to write comment.