color codes Logo

#c84bee color codes

#C84BEE
(200,75,238)
0 Favorites   0 Comments

Color spaces of #c84bee

RGB 20075238
HSL0.790.830.61
HSV286°68°93°
CMYK 0.160.680.00   0.07
XYZ41.768123.484683.2205
Yxy23.48460.28130.1582
Hunter Lab48.460969.0412-67.8943
CIE-Lab55.568071.6529-59.4674

#c84bee color RGB value is (200,75,238).

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

The process color (four color CMYK) of #c84bee color code is 0.16, 0.68, 0.00, 0.07. Web safe color of #c84bee is #cc33ff. Color #c84bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001011 11101110
Octal 310 113 356
Decimal 200 75 238
Hex C8 4B EE

RGB Percentages of Color #c84bee

%38.99
%14.62
%46.39

CMYK Percentages of Color #c84bee

%16
%68
%0
%7

Triadic Colors of #c84bee

#c84bee #eec84b #4beec8

Analogous Colors of #c84bee

#c84bee #ee4bc3 #774bee

Monochromatic Colors of #c84bee

#c84bee

Complementary Color

#c84bee #71ee4b

#c84bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84bee Color CSS Codes

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

#c84bee Text Font Color

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

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


#c84bee Background Color

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

This div background color is #c84bee


#c84bee Border Color

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

This div border color is #c84bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c84bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84bee


Comments

No comments written yet.

Please login to write comment.