Color Hex Logo

#c848bf Color Hex

#C848BF
(200,72,191)
0 Favorites   0 Comments

Color spaces of #c848bf

RGB 20072191
HSL0.850.540.53
HSV304°64°78°
CMYK 0.000.640.05   0.22
XYZ35.540820.675751.4078
Yxy20.67570.33020.1921
Hunter Lab45.470559.9462-35.2023
CIE-Lab52.592764.5604-37.4717

#c848bf color RGB value is (200,72,191).

#c848bf hex color red value is 200, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c848bf hue: 0.85 , saturation: 0.54 and the lightness value of c848bf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001000 10111111
Octal 310 110 277
Decimal 200 72 191
Hex C8 48 BF

RGB Percentages of Color #c848bf

%43.20
%15.55
%41.25

CMYK Percentages of Color #c848bf

%0
%64
%5
%22

Triadic Colors of #c848bf

#c848bf #bfc848 #48bfc8

Analogous Colors of #c848bf

#c848bf #c8487f #9148c8

Monochromatic Colors of #c848bf

#c848bf

Complementary Color

#c848bf #48c851

#c848bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c848bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c848bf Color CSS Codes

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

#c848bf Text Font Color

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

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


#c848bf Background Color

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

This div background color is #c848bf


#c848bf Border Color

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

This div border color is #c848bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c848bf


Comments

No comments written yet.

Please login to write comment.