Color Hex Logo

#c04bdf Color Hex

#C04BDF
(192,75,223)
0 Favorites   0 Comments

Color spaces of #c04bdf

RGB 19275223
HSL0.800.700.58
HSV287°66°87°
CMYK 0.140.660.00   0.13
XYZ37.573621.566371.9944
Yxy21.56630.28650.1645
Hunter Lab46.439563.1528-59.4086
CIE-Lab53.563867.1156-54.3004

#c04bdf color RGB value is (192,75,223).

#c04bdf hex color red value is 192, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c04bdf hue: 0.80 , saturation: 0.70 and the lightness value of c04bdf is 0.58.

The process color (four color CMYK) of #c04bdf color hex is 0.14, 0.66, 0.00, 0.13. Web safe color of #c04bdf is #cc33cc. Color #c04bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 11011111
Octal 300 113 337
Decimal 192 75 223
Hex C0 4B DF

RGB Percentages of Color #c04bdf

%39.18
%15.31
%45.51

CMYK Percentages of Color #c04bdf

%14
%66
%0
%13

Triadic Colors of #c04bdf

#c04bdf #dfc04b #4bdfc0

Analogous Colors of #c04bdf

#c04bdf #df4bb4 #764bdf

Monochromatic Colors of #c04bdf

#c04bdf

Complementary Color

#c04bdf #6adf4b

#c04bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bdf Color CSS Codes

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

#c04bdf Text Font Color

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

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


#c04bdf Background Color

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

This div background color is #c04bdf


#c04bdf Border Color

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

This div border color is #c04bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bdf


Comments

No comments written yet.

Please login to write comment.