Color Hex Logo

#c838bf Color Hex

#C838BF
(200,56,191)
0 Favorites   0 Comments

Color spaces of #c838bf

RGB 20056191
HSL0.840.570.50
HSV304°72°78°
CMYK 0.000.720.05   0.22
XYZ34.637618.869351.1068
Yxy18.86930.33110.1804
Hunter Lab43.438866.3159-39.3489
CIE-Lab50.533970.3568-40.7168

#c838bf color RGB value is (200,56,191).

#c838bf hex color red value is 200, green value is 56 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c838bf hue: 0.84 , saturation: 0.57 and the lightness value of c838bf is 0.50.

The process color (four color CMYK) of #c838bf color hex is 0.00, 0.72, 0.05, 0.22. Web safe color of #c838bf is #cc33cc. Color #c838bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 10111111
Octal 310 70 277
Decimal 200 56 191
Hex C8 38 BF

RGB Percentages of Color #c838bf

%44.74
%12.53
%42.73

CMYK Percentages of Color #c838bf

%0
%72
%5
%22

Triadic Colors of #c838bf

#c838bf #bfc838 #38bfc8

Analogous Colors of #c838bf

#c838bf #c83877 #8938c8

Monochromatic Colors of #c838bf

#c838bf

Complementary Color

#c838bf #38c841

#c838bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c838bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c838bf Color CSS Codes

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

#c838bf Text Font Color

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

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


#c838bf Background Color

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

This div background color is #c838bf


#c838bf Border Color

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

This div border color is #c838bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,56,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c838bf


Comments

No comments written yet.

Please login to write comment.