Color Hex Logo

#ce05bd Color Hex

#CE05BD
(206,5,189)
0 Favorites   0 Comments

Color spaces of #ce05bd

RGB 2065189
HSL0.850.950.41
HSV305°98°81°
CMYK 0.000.980.08   0.19
XYZ34.693216.904549.5785
Yxy16.90450.34290.1671
Hunter Lab41.115178.6682-42.7141
CIE-Lab48.139580.8688-43.2801

#ce05bd color RGB value is (206,5,189).

#ce05bd hex color red value is 206, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce05bd hue: 0.85 , saturation: 0.95 and the lightness value of ce05bd is 0.41.

The process color (four color CMYK) of #ce05bd color hex is 0.00, 0.98, 0.08, 0.19. Web safe color of #ce05bd is #cc00cc. Color #ce05bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000101 10111101
Octal 316 5 275
Decimal 206 5 189
Hex CE 5 BD

RGB Percentages of Color #ce05bd

%51.50
%1.25
%47.25

CMYK Percentages of Color #ce05bd

%0
%98
%8
%19

Triadic Colors of #ce05bd

#ce05bd #bdce05 #05bdce

Analogous Colors of #ce05bd

#ce05bd #ce0558 #7b05ce

Monochromatic Colors of #ce05bd

#ce05bd

Complementary Color

#ce05bd #05ce16

#ce05bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce05bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce05bd Color CSS Codes

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

#ce05bd Text Font Color

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

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


#ce05bd Background Color

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

This div background color is #ce05bd


#ce05bd Border Color

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

This div border color is #ce05bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce05bd


Comments

No comments written yet.

Please login to write comment.