Color Hex Logo

#c823bd Color Hex

#C823BD
(200,35,189)
0 Favorites   0 Comments

Color spaces of #c823bd

RGB 20035189
HSL0.840.700.46
HSV304°83°78°
CMYK 0.000.830.05   0.22
XYZ33.605817.155549.6842
Yxy17.15550.33460.1708
Hunter Lab41.419272.3438-42.1276
CIE-Lab48.455475.7342-42.8448

#c823bd color RGB value is (200,35,189).

#c823bd hex color red value is 200, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c823bd hue: 0.84 , saturation: 0.70 and the lightness value of c823bd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100011 10111101
Octal 310 43 275
Decimal 200 35 189
Hex C8 23 BD

RGB Percentages of Color #c823bd

%47.17
%8.25
%44.58

CMYK Percentages of Color #c823bd

%0
%83
%5
%22

Triadic Colors of #c823bd

#c823bd #bdc823 #23bdc8

Analogous Colors of #c823bd

#c823bd #c8236b #8123c8

Monochromatic Colors of #c823bd

#c823bd

Complementary Color

#c823bd #23c82e

#c823bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c823bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c823bd Color CSS Codes

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

#c823bd Text Font Color

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

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


#c823bd Background Color

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

This div background color is #c823bd


#c823bd Border Color

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

This div border color is #c823bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c823bd


Comments

No comments written yet.

Please login to write comment.