Color Hex Logo

#c304ea Color Hex

#C304EA
(195,4,234)
0 Favorites   0 Comments

Color spaces of #c304ea

RGB 1954234
HSL0.810.970.47
HSV290°98°92°
CMYK 0.170.980.00   0.08
XYZ37.400417.629479.2735
Yxy17.62940.27850.1313
Hunter Lab41.987485.5216-82.5502
CIE-Lab49.043586.0349-67.7788

#c304ea color RGB value is (195,4,234).

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

The process color (four color CMYK) of #c304ea color hex is 0.17, 0.98, 0.00, 0.08. Web safe color of #c304ea is #cc00ff. Color #c304ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000100 11101010
Octal 303 4 352
Decimal 195 4 234
Hex C3 4 EA

RGB Percentages of Color #c304ea

%45.03
%0.92
%54.04

CMYK Percentages of Color #c304ea

%17
%98
%0
%8

Triadic Colors of #c304ea

#c304ea #eac304 #04eac3

Analogous Colors of #c304ea

#c304ea #ea049e #5004ea

Monochromatic Colors of #c304ea

#c304ea

Complementary Color

#c304ea #2bea04

#c304ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c304ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c304ea Color CSS Codes

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

#c304ea Text Font Color

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

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


#c304ea Background Color

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

This div background color is #c304ea


#c304ea Border Color

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

This div border color is #c304ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c304ea


Comments

No comments written yet.

Please login to write comment.