Color Hex Logo

#ce38cb Color Hex

#CE38CB
(206,56,203)
0 Favorites   0 Comments

Color spaces of #ce38cb

RGB 20656203
HSL0.840.600.51
HSV301°73°81°
CMYK 0.000.730.01   0.19
XYZ37.647320.262058.4266
Yxy20.26200.32360.1742
Hunter Lab45.013370.5167-45.4482
CIE-Lab52.132173.5262-45.0533

#ce38cb color RGB value is (206,56,203).

#ce38cb hex color red value is 206, green value is 56 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ce38cb hue: 0.84 , saturation: 0.60 and the lightness value of ce38cb is 0.51.

The process color (four color CMYK) of #ce38cb color hex is 0.00, 0.73, 0.01, 0.19. Web safe color of #ce38cb is #cc33cc. Color #ce38cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 11001011
Octal 316 70 313
Decimal 206 56 203
Hex CE 38 CB

RGB Percentages of Color #ce38cb

%44.30
%12.04
%43.66

CMYK Percentages of Color #ce38cb

%0
%73
%1
%19

Triadic Colors of #ce38cb

#ce38cb #cbce38 #38cbce

Analogous Colors of #ce38cb

#ce38cb #ce3880 #8638ce

Monochromatic Colors of #ce38cb

#ce38cb

Complementary Color

#ce38cb #38ce3b

#ce38cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce38cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce38cb Color CSS Codes

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

#ce38cb Text Font Color

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

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


#ce38cb Background Color

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

This div background color is #ce38cb


#ce38cb Border Color

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

This div border color is #ce38cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce38cb


Comments

No comments written yet.

Please login to write comment.