Color Hex Logo

#c304e5 Color Hex

#C304E5
(195,4,229)
0 Favorites   0 Comments

Color spaces of #c304e5

RGB 1954229
HSL0.810.970.46
HSV291°98°90°
CMYK 0.150.980.00   0.10
XYZ36.692017.346175.5430
Yxy17.34610.28320.1339
Hunter Lab41.648684.3714-78.3871
CIE-Lab48.693285.2168-65.5149

#c304e5 color RGB value is (195,4,229).

#c304e5 hex color red value is 195, green value is 4 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c304e5 hue: 0.81 , saturation: 0.97 and the lightness value of c304e5 is 0.46.

The process color (four color CMYK) of #c304e5 color hex is 0.15, 0.98, 0.00, 0.10. Web safe color of #c304e5 is #cc00cc. Color #c304e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000100 11100101
Octal 303 4 345
Decimal 195 4 229
Hex C3 4 E5

RGB Percentages of Color #c304e5

%45.56
%0.93
%53.50

CMYK Percentages of Color #c304e5

%15
%98
%0
%10

Triadic Colors of #c304e5

#c304e5 #e5c304 #04e5c3

Analogous Colors of #c304e5

#c304e5 #e50497 #5304e5

Monochromatic Colors of #c304e5

#c304e5

Complementary Color

#c304e5 #26e504

#c304e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c304e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c304e5 Color CSS Codes

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

#c304e5 Text Font Color

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

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


#c304e5 Background Color

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

This div background color is #c304e5


#c304e5 Border Color

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

This div border color is #c304e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,4,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c304e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c304e5;
  -webkit-box-shadow: 1px 1px 3px 2px #c304e5;
  box-shadow:         1px 1px 3px 2px #c304e5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c304e5


Comments

No comments written yet.

Please login to write comment.