Color Hex Logo

#c04bee Color Hex

#C04BEE
(192,75,238)
0 Favorites   0 Comments

Color spaces of #c04bee

RGB 19275238
HSL0.790.830.61
HSV283°68°93°
CMYK 0.190.680.00   0.07
XYZ39.686922.411783.1231
Yxy22.41170.27330.1543
Hunter Lab47.341066.7934-70.9649
CIE-Lab54.461170.0024-61.3045

#c04bee color RGB value is (192,75,238).

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

The process color (four color CMYK) of #c04bee color hex is 0.19, 0.68, 0.00, 0.07. Web safe color of #c04bee is #cc33ff. Color #c04bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 11101110
Octal 300 113 356
Decimal 192 75 238
Hex C0 4B EE

RGB Percentages of Color #c04bee

%38.02
%14.85
%47.13

CMYK Percentages of Color #c04bee

%19
%68
%0
%7

Triadic Colors of #c04bee

#c04bee #eec04b #4beec0

Analogous Colors of #c04bee

#c04bee #ee4bcb #6f4bee

Monochromatic Colors of #c04bee

#c04bee

Complementary Color

#c04bee #79ee4b

#c04bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bee Color CSS Codes

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

#c04bee Text Font Color

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

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


#c04bee Background Color

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

This div background color is #c04bee


#c04bee Border Color

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

This div border color is #c04bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bee


Comments

No comments written yet.

Please login to write comment.