Color Hex Logo

#c034be Color Hex

#C034BE
(192,52,190)
0 Favorites   0 Comments

Color spaces of #c034be

RGB 19252190
HSL0.840.570.48
HSV301°73°75°
CMYK 0.000.730.01   0.25
XYZ32.260517.380250.3696
Yxy17.38020.32260.1738
Hunter Lab41.689665.1713-42.4519
CIE-Lab48.735669.7442-43.0665

#c034be color RGB value is (192,52,190).

#c034be hex color red value is 192, green value is 52 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c034be hue: 0.84 , saturation: 0.57 and the lightness value of c034be is 0.48.

The process color (four color CMYK) of #c034be color hex is 0.00, 0.73, 0.01, 0.25. Web safe color of #c034be is #cc33cc. Color #c034be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 10111110
Octal 300 64 276
Decimal 192 52 190
Hex C0 34 BE

RGB Percentages of Color #c034be

%44.24
%11.98
%43.78

CMYK Percentages of Color #c034be

%0
%73
%1
%25

Triadic Colors of #c034be

#c034be #bec034 #34bec0

Analogous Colors of #c034be

#c034be #c03478 #7c34c0

Monochromatic Colors of #c034be

#c034be

Complementary Color

#c034be #34c036

#c034be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c034be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c034be Color CSS Codes

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

#c034be Text Font Color

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

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


#c034be Background Color

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

This div background color is #c034be


#c034be Border Color

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

This div border color is #c034be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c034be


Comments

No comments written yet.

Please login to write comment.