Color Hex Logo

#c034da Color Hex

#C034DA
(192,52,218)
0 Favorites   0 Comments

Color spaces of #c034da

RGB 19252218
HSL0.810.690.53
HSV291°76°85°
CMYK 0.120.760.00   0.15
XYZ35.621118.724468.0664
Yxy18.72440.29100.1530
Hunter Lab43.271771.2151-62.9730
CIE-Lab50.363274.4415-56.5905

#c034da color RGB value is (192,52,218).

#c034da hex color red value is 192, green value is 52 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c034da hue: 0.81 , saturation: 0.69 and the lightness value of c034da is 0.53.

The process color (four color CMYK) of #c034da color hex is 0.12, 0.76, 0.00, 0.15. Web safe color of #c034da is #cc33cc. Color #c034da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 11011010
Octal 300 64 332
Decimal 192 52 218
Hex C0 34 DA

RGB Percentages of Color #c034da

%41.56
%11.26
%47.19

CMYK Percentages of Color #c034da

%12
%76
%0
%15

Triadic Colors of #c034da

#c034da #dac034 #34dac0

Analogous Colors of #c034da

#c034da #da34a1 #6d34da

Monochromatic Colors of #c034da

#c034da

Complementary Color

#c034da #4eda34

#c034da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c034da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c034da Color CSS Codes

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

#c034da Text Font Color

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

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


#c034da Background Color

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

This div background color is #c034da


#c034da Border Color

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

This div border color is #c034da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,52,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c034da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c034da;
  -webkit-box-shadow: 1px 1px 3px 2px #c034da;
  box-shadow:         1px 1px 3px 2px #c034da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c034da


Comments

No comments written yet.

Please login to write comment.