Color Hex Logo

#c04bc8 Color Hex

#C04BC8
(192,75,200)
0 Favorites   0 Comments

Color spaces of #c04bc8

RGB 19275200
HSL0.820.530.54
HSV296°63°78°
CMYK 0.040.630.00   0.22
XYZ34.679620.408856.7550
Yxy20.40880.31010.1825
Hunter Lab45.176157.9680-42.8631
CIE-Lab52.296362.9048-43.2053

#c04bc8 color RGB value is (192,75,200).

#c04bc8 hex color red value is 192, green value is 75 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c04bc8 hue: 0.82 , saturation: 0.53 and the lightness value of c04bc8 is 0.54.

The process color (four color CMYK) of #c04bc8 color hex is 0.04, 0.63, 0.00, 0.22. Web safe color of #c04bc8 is #cc33cc. Color #c04bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 11001000
Octal 300 113 310
Decimal 192 75 200
Hex C0 4B C8

RGB Percentages of Color #c04bc8

%41.11
%16.06
%42.83

CMYK Percentages of Color #c04bc8

%4
%63
%0
%22

Triadic Colors of #c04bc8

#c04bc8 #c8c04b #4bc8c0

Analogous Colors of #c04bc8

#c04bc8 #c84b92 #824bc8

Monochromatic Colors of #c04bc8

#c04bc8

Complementary Color

#c04bc8 #53c84b

#c04bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bc8 Color CSS Codes

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

#c04bc8 Text Font Color

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

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


#c04bc8 Background Color

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

This div background color is #c04bc8


#c04bc8 Border Color

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

This div border color is #c04bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bc8


Comments

No comments written yet.

Please login to write comment.