Color Hex Logo

#c505e3 Color Hex

#C505E3
(197,5,227)
0 Favorites   0 Comments

Color spaces of #c505e3

RGB 1975227
HSL0.810.960.45
HSV292°98°89°
CMYK 0.130.980.00   0.11
XYZ36.945417.524974.1085
Yxy17.52490.28730.1363
Hunter Lab41.862884.2729-75.6556
CIE-Lab48.914785.0981-64.0051

#c505e3 color RGB value is (197,5,227).

#c505e3 hex color red value is 197, green value is 5 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c505e3 hue: 0.81 , saturation: 0.96 and the lightness value of c505e3 is 0.45.

The process color (four color CMYK) of #c505e3 color hex is 0.13, 0.98, 0.00, 0.11. Web safe color of #c505e3 is #cc00cc. Color #c505e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000101 11100011
Octal 305 5 343
Decimal 197 5 227
Hex C5 5 E3

RGB Percentages of Color #c505e3

%45.92
%1.17
%52.91

CMYK Percentages of Color #c505e3

%13
%98
%0
%11

Triadic Colors of #c505e3

#c505e3 #e3c505 #05e3c5

Analogous Colors of #c505e3

#c505e3 #e30592 #5605e3

Monochromatic Colors of #c505e3

#c505e3

Complementary Color

#c505e3 #23e305

#c505e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c505e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c505e3 Color CSS Codes

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

#c505e3 Text Font Color

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

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


#c505e3 Background Color

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

This div background color is #c505e3


#c505e3 Border Color

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

This div border color is #c505e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c505e3


Comments

No comments written yet.

Please login to write comment.