Color Hex Logo

#c04fdd Color Hex

#C04FDD
(192,79,221)
0 Favorites   0 Comments

Color spaces of #c04fdd

RGB 19279221
HSL0.800.680.59
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ37.585422.018970.6757
Yxy22.01890.28850.1690
Hunter Lab46.924360.8573-56.4535
CIE-Lab54.047165.0710-52.3968

#c04fdd color RGB value is (192,79,221).

#c04fdd hex color red value is 192, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c04fdd hue: 0.80 , saturation: 0.68 and the lightness value of c04fdd is 0.59.

The process color (four color CMYK) of #c04fdd color hex is 0.13, 0.64, 0.00, 0.13. Web safe color of #c04fdd is #cc66cc. Color #c04fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 11011101
Octal 300 117 335
Decimal 192 79 221
Hex C0 4F DD

RGB Percentages of Color #c04fdd

%39.02
%16.06
%44.92

CMYK Percentages of Color #c04fdd

%13
%64
%0
%13

Triadic Colors of #c04fdd

#c04fdd #ddc04f #4fddc0

Analogous Colors of #c04fdd

#c04fdd #dd4fb3 #794fdd

Monochromatic Colors of #c04fdd

#c04fdd

Complementary Color

#c04fdd #6cdd4f

#c04fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04fdd Color CSS Codes

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

#c04fdd Text Font Color

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

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


#c04fdd Background Color

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

This div background color is #c04fdd


#c04fdd Border Color

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

This div border color is #c04fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04fdd


Comments

No comments written yet.

Please login to write comment.