Color Hex Logo

#c00094 Color Hex

#C00094
(192,0,148)
0 Favorites   0 Comments

Color spaces of #c00094

RGB 1920148
HSL0.871.000.38
HSV314°100°75°
CMYK 0.001.000.23   0.25
XYZ27.083513.344629.1653
Yxy13.34460.38920.1918
Hunter Lab36.530368.4118-21.7652
CIE-Lab43.277973.5140-26.7201

#c00094 color RGB value is (192,0,148).

#c00094 hex color red value is 192, green value is 0 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c00094 hue: 0.87 , saturation: 1.00 and the lightness value of c00094 is 0.38.

The process color (four color CMYK) of #c00094 color hex is 0.00, 1.00, 0.23, 0.25. Web safe color of #c00094 is #cc0099. Color #c00094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 10010100
Octal 300 0 224
Decimal 192 0 148
Hex C0 0 94

RGB Percentages of Color #c00094

%56.47
%0.00
%43.53

CMYK Percentages of Color #c00094

%0
%100
%23
%25

Triadic Colors of #c00094

#c00094 #94c000 #0094c0

Analogous Colors of #c00094

#c00094 #c00034 #8c00c0

Monochromatic Colors of #c00094

#c00094

Complementary Color

#c00094 #00c02c

#c00094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00094 Color CSS Codes

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

#c00094 Text Font Color

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

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


#c00094 Background Color

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

This div background color is #c00094


#c00094 Border Color

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

This div border color is #c00094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00094


Comments

No comments written yet.

Please login to write comment.