Color Hex Logo

#ce06bd Color Hex

#CE06BD
(206,6,189)
0 Favorites   0 Comments

Color spaces of #ce06bd

RGB 2066189
HSL0.850.940.42
HSV305°97°81°
CMYK 0.000.970.08   0.19
XYZ34.704016.926249.5821
Yxy16.92620.34290.1672
Hunter Lab41.141578.5723-42.6550
CIE-Lab48.166980.7876-43.2366

#ce06bd color RGB value is (206,6,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 10111101
Octal 316 6 275
Decimal 206 6 189
Hex CE 6 BD

RGB Percentages of Color #ce06bd

%51.37
%1.50
%47.13

CMYK Percentages of Color #ce06bd

%0
%97
%8
%19

Triadic Colors of #ce06bd

#ce06bd #bdce06 #06bdce

Analogous Colors of #ce06bd

#ce06bd #ce0659 #7b06ce

Monochromatic Colors of #ce06bd

#ce06bd

Complementary Color

#ce06bd #06ce17

#ce06bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06bd Color CSS Codes

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

#ce06bd Text Font Color

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

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


#ce06bd Background Color

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

This div background color is #ce06bd


#ce06bd Border Color

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

This div border color is #ce06bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06bd


Comments

No comments written yet.

Please login to write comment.