Color Hex Logo

#ce35bc Color Hex

#CE35BC
(206,53,188)
0 Favorites   0 Comments

Color spaces of #ce35bc

RGB 20653188
HSL0.850.610.51
HSV307°74°81°
CMYK 0.000.740.09   0.19
XYZ35.803819.298949.4149
Yxy19.29890.34260.1846
Hunter Lab43.930568.6009-35.9405
CIE-Lab51.035172.1607-38.1183

#ce35bc color RGB value is (206,53,188).

#ce35bc hex color red value is 206, green value is 53 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce35bc hue: 0.85 , saturation: 0.61 and the lightness value of ce35bc is 0.51.

The process color (four color CMYK) of #ce35bc color hex is 0.00, 0.74, 0.09, 0.19. Web safe color of #ce35bc is #cc33cc. Color #ce35bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110101 10111100
Octal 316 65 274
Decimal 206 53 188
Hex CE 35 BC

RGB Percentages of Color #ce35bc

%46.09
%11.86
%42.06

CMYK Percentages of Color #ce35bc

%0
%74
%9
%19

Triadic Colors of #ce35bc

#ce35bc #bcce35 #35bcce

Analogous Colors of #ce35bc

#ce35bc #ce3570 #9435ce

Monochromatic Colors of #ce35bc

#ce35bc

Complementary Color

#ce35bc #35ce47

#ce35bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce35bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce35bc Color CSS Codes

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

#ce35bc Text Font Color

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

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


#ce35bc Background Color

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

This div background color is #ce35bc


#ce35bc Border Color

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

This div border color is #ce35bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,53,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce35bc


Comments

No comments written yet.

Please login to write comment.