Color Hex Logo

#c04bd4 Color Hex

#C04BD4
(192,75,212)
0 Favorites   0 Comments

Color spaces of #c04bd4

RGB 19275212
HSL0.810.610.56
HSV291°65°83°
CMYK 0.090.650.00   0.17
XYZ36.138020.992164.4346
Yxy20.99210.29730.1727
Hunter Lab45.817160.6108-51.3101
CIE-Lab52.940865.0663-49.0490

#c04bd4 color RGB value is (192,75,212).

#c04bd4 hex color red value is 192, green value is 75 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #c04bd4 hue: 0.81 , saturation: 0.61 and the lightness value of c04bd4 is 0.56.

The process color (four color CMYK) of #c04bd4 color hex is 0.09, 0.65, 0.00, 0.17. Web safe color of #c04bd4 is #cc33cc. Color #c04bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 11010100
Octal 300 113 324
Decimal 192 75 212
Hex C0 4B D4

RGB Percentages of Color #c04bd4

%40.08
%15.66
%44.26

CMYK Percentages of Color #c04bd4

%9
%65
%0
%17

Triadic Colors of #c04bd4

#c04bd4 #d4c04b #4bd4c0

Analogous Colors of #c04bd4

#c04bd4 #d44ba4 #7c4bd4

Monochromatic Colors of #c04bd4

#c04bd4

Complementary Color

#c04bd4 #5fd44b

#c04bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bd4 Color CSS Codes

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

#c04bd4 Text Font Color

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

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


#c04bd4 Background Color

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

This div background color is #c04bd4


#c04bd4 Border Color

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

This div border color is #c04bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bd4


Comments

No comments written yet.

Please login to write comment.