Color Hex Logo

#ce38cf Color Hex

#CE38CF
(206,56,207)
0 Favorites   0 Comments

Color spaces of #ce38cf

RGB 20656207
HSL0.830.610.52
HSV300°73°81°
CMYK 0.000.730.00   0.19
XYZ38.130320.455260.9700
Yxy20.45520.31890.1711
Hunter Lab45.227471.3416-48.2682
CIE-Lab52.348074.1594-47.0060

#ce38cf color RGB value is (206,56,207).

#ce38cf hex color red value is 206, green value is 56 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ce38cf hue: 0.83 , saturation: 0.61 and the lightness value of ce38cf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 11001111
Octal 316 70 317
Decimal 206 56 207
Hex CE 38 CF

RGB Percentages of Color #ce38cf

%43.92
%11.94
%44.14

CMYK Percentages of Color #ce38cf

%0
%73
%0
%19

Triadic Colors of #ce38cf

#ce38cf #cfce38 #38cfce

Analogous Colors of #ce38cf

#ce38cf #cf3885 #8338cf

Monochromatic Colors of #ce38cf

#ce38cf

Complementary Color

#ce38cf #39cf38

#ce38cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce38cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce38cf Color CSS Codes

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

#ce38cf Text Font Color

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

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


#ce38cf Background Color

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

This div background color is #ce38cf


#ce38cf Border Color

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

This div border color is #ce38cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce38cf


Comments

No comments written yet.

Please login to write comment.